File size: 13,709 Bytes
95f97c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
name: reactxt
channels:
  - pyg
  - tmap
  - pytorch
  - nvidia
  - nvidia/label/cuda-11.7.0
  - conda-forge
  - defaults
dependencies:
  - _libgcc_mutex=0.1=main
  - _openmp_mutex=5.1=1_gnu
  - appdirs=1.4.4=pyhd3eb1b0_0
  - asttokens=2.2.1=pyhd8ed1ab_0
  - backcall=0.2.0=pyh9f0ad1d_0
  - backports=1.0=pyhd8ed1ab_3
  - backports.functools_lru_cache=1.6.5=pyhd8ed1ab_0
  - blas=1.0=mkl
  - brotlipy=0.7.0=py38h27cfd23_1003
  - bzip2=1.0.8=h7b6447c_0
  - ca-certificates=2023.08.22=h06a4308_0
  - certifi=2023.11.17=py38h06a4308_0
  - cffi=1.15.1=py38h5eee18b_3
  - charset-normalizer=2.0.4=pyhd3eb1b0_0
  - cryptography=39.0.1=py38h9ce1e76_2
  - cuda-cccl=11.7.58=hc415cf5_0
  - cuda-cudart=11.7.99=0
  - cuda-cudart-dev=11.7.60=h6a7c232_0
  - cuda-cupti=11.7.101=0
  - cuda-driver-dev=11.7.60=0
  - cuda-libraries=11.7.1=0
  - cuda-libraries-dev=11.7.0=0
  - cuda-nvcc=11.7.64=0
  - cuda-nvrtc=11.7.99=0
  - cuda-nvrtc-dev=11.7.50=heada363_0
  - cuda-nvtx=11.7.91=0
  - cuda-runtime=11.7.0=0
  - cycler=0.11.0=pyhd3eb1b0_0
  - debugpy=1.5.1=py38h295c915_0
  - decorator=5.1.1=pyhd8ed1ab_0
  - entrypoints=0.4=pyhd8ed1ab_0
  - executing=1.2.0=pyhd8ed1ab_0
  - ffmpeg=4.3=hf484d3e_0
  - freetype=2.12.1=h4a9f257_0
  - giflib=5.2.1=h5eee18b_3
  - gmp=6.2.1=h295c915_3
  - gmpy2=2.1.2=py38heeb90bb_0
  - gnutls=3.6.15=he1e5248_0
  - idna=3.4=py38h06a4308_0
  - intel-openmp=2023.1.0=hdb19cb5_46305
  - ipykernel=6.15.0=pyh210e3f2_0
  - jedi=0.18.2=pyhd8ed1ab_0
  - jinja2=3.1.2=py38h06a4308_0
  - joblib=1.2.0=py38h06a4308_0
  - jpeg=9e=h5eee18b_1
  - jupyter_client=7.0.6=pyhd8ed1ab_0
  - jupyter_core=4.12.0=py38h578d9bd_0
  - lame=3.100=h7b6447c_0
  - lcms2=2.12=h3be6417_0
  - ld_impl_linux-64=2.38=h1181459_1
  - lerc=3.0=h295c915_0
  - libcublas=11.10.3.66=0
  - libcublas-dev=11.10.1.25=h0c8ac2b_0
  - libcufft=10.7.2.124=h4fbf590_0
  - libcufft-dev=10.7.2.50=h59a5ac8_0
  - libcufile=1.7.0.149=0
  - libcufile-dev=1.3.0.44=0
  - libcurand=10.3.3.53=0
  - libcurand-dev=10.2.10.50=hd49a9cd_0
  - libcusolver=11.4.0.1=0
  - libcusolver-dev=11.3.5.50=hc6eba6f_0
  - libcusparse=11.7.4.91=0
  - libcusparse-dev=11.7.3.50=hc644b96_0
  - libdeflate=1.17=h5eee18b_0
  - libffi=3.4.4=h6a678d5_0
  - libgcc-ng=11.2.0=h1234567_1
  - libgfortran-ng=11.2.0=h00389a5_1
  - libgfortran5=11.2.0=h1234567_1
  - libgomp=11.2.0=h1234567_1
  - libiconv=1.16=h7f8727e_2
  - libidn2=2.3.4=h5eee18b_0
  - libnpp=11.7.4.75=0
  - libnpp-dev=11.7.3.21=hb6476a9_0
  - libnvjpeg=11.8.0.2=0
  - libnvjpeg-dev=11.7.2.34=h2e48410_0
  - libpng=1.6.39=h5eee18b_0
  - libsodium=1.0.18=h36c2ea0_1
  - libstdcxx-ng=11.2.0=h1234567_1
  - libtasn1=4.19.0=h5eee18b_0
  - libtiff=4.5.0=h6a678d5_2
  - libunistring=0.9.10=h27cfd23_0
  - libwebp=1.2.4=h11a3e52_1
  - libwebp-base=1.2.4=h5eee18b_1
  - lz4-c=1.9.4=h6a678d5_0
  - markupsafe=2.1.1=py38h7f8727e_0
  - matplotlib-inline=0.1.6=pyhd8ed1ab_0
  - mkl=2023.1.0=h6d00ec8_46342
  - mkl-service=2.4.0=py38h5eee18b_1
  - mkl_fft=1.3.6=py38h417a72b_1
  - mkl_random=1.2.2=py38h417a72b_1
  - mpc=1.1.0=h10f8cd9_1
  - mpfr=4.0.2=hb69a4c5_1
  - mpmath=1.2.1=py38h06a4308_0
  - ncurses=6.4=h6a678d5_0
  - nest-asyncio=1.5.6=pyhd8ed1ab_0
  - nettle=3.7.3=hbbd107a_1
  - networkx=2.8.4=py38h06a4308_1
  - numpy-base=1.24.3=py38h060ed82_1
  - ogdf=1.2.0=h2bc3f7f_0
  - openh264=2.1.1=h4ff587b_0
  - openssl=3.0.12=h7f8727e_0
  - parso=0.8.3=pyhd8ed1ab_0
  - pexpect=4.8.0=pyh1a96a4e_2
  - pickleshare=0.7.5=py_1003
  - pillow=9.4.0=py38h6a678d5_0
  - pooch=1.4.0=pyhd3eb1b0_0
  - prompt-toolkit=3.0.39=pyha770c72_0
  - prompt_toolkit=3.0.39=hd8ed1ab_0
  - ptyprocess=0.7.0=pyhd3deb0d_0
  - pure_eval=0.2.2=pyhd8ed1ab_0
  - pycparser=2.21=pyhd3eb1b0_0
  - pyg=2.3.0=py38_torch_2.0.0_cu117
  - pygments=2.15.1=pyhd8ed1ab_0
  - pyopenssl=23.0.0=py38h06a4308_0
  - pyparsing=3.0.9=py38h06a4308_0
  - pysocks=1.7.1=py38h06a4308_0
  - python=3.8.17=h955ad1f_0
  - python-dateutil=2.8.2=pyhd8ed1ab_0
  - python_abi=3.8=2_cp38
  - pytorch=2.0.1=py3.8_cuda11.7_cudnn8.5.0_0
  - pytorch-cuda=11.7=h778d358_5
  - pytorch-mutex=1.0=cuda
  - readline=8.2=h5eee18b_0
  - setuptools=67.8.0=py38h06a4308_0
  - six=1.16.0=pyh6c4a22f_0
  - sqlite=3.41.2=h5eee18b_0
  - stack_data=0.6.2=pyhd8ed1ab_0
  - sympy=1.11.1=py38h06a4308_0
  - tbb=2021.8.0=hdb19cb5_0
  - threadpoolctl=2.2.0=pyh0d69192_0
  - tk=8.6.12=h1ccaba5_0
  - tmap=1.0.6=py38h2bc3f7f_0
  - torchaudio=2.0.2=py38_cu117
  - torchtriton=2.0.0=py38
  - torchvision=0.15.2=py38_cu117
  - tqdm=4.65.0=py38hb070fc8_0
  - traitlets=5.9.0=pyhd8ed1ab_0
  - typing_extensions=4.6.3=py38h06a4308_0
  - urllib3=1.26.16=py38h06a4308_0
  - wcwidth=0.2.6=pyhd8ed1ab_0
  - wheel=0.38.4=py38h06a4308_0
  - xz=5.4.2=h5eee18b_0
  - zeromq=4.3.4=h9c3ff4c_1
  - zlib=1.2.13=h5eee18b_0
  - zstd=1.5.5=hc292b87_0
  - pip:
      - absl-py==1.4.0
      - accelerate==0.20.3
      - aiofiles==23.2.1
      - aiohttp==3.8.4
      - aiosignal==1.3.1
      - aliyun-python-sdk-core==2.13.36
      - aliyun-python-sdk-kms==2.16.1
      - altair==4.2.2
      - annotated-types==0.6.0
      - antlr4-python3-runtime==4.9.3
      - anyio==3.7.1
      - argon2-cffi==23.1.0
      - argon2-cffi-bindings==21.2.0
      - arrow==1.2.3
      - async-lru==2.0.4
      - async-timeout==4.0.2
      - attrs==23.1.0
      - autocommand==2.2.2
      - babel==2.13.0
      - backoff==2.2.1
      - backports-zoneinfo==0.2.1
      - beautifulsoup4==4.12.2
      - bigmodelvis==0.0.1
      - binaryornot==0.4.4
      - bleach==6.0.0
      - blessed==1.20.0
      - blinker==1.6.2
      - blis==0.7.9
      - braceexpand==0.1.7
      - cachetools==5.3.1
      - catalogue==2.0.8
      - cfgv==3.3.1
      - chardet==5.2.0
      - cheroot==10.0.0
      - cherrypy==18.8.0
      - click==8.1.4
      - cloudpathlib==0.16.0
      - cmake==3.27.7
      - colorama==0.4.6
      - colour==0.1.5
      - comm==0.1.4
      - confection==0.1.0
      - configargparse==1.7
      - contexttimer==0.3.3
      - contourpy==1.1.0
      - cookiecutter==2.4.0
      - crcmod==1.7
      - croniter==1.4.1
      - ctranslate2==3.20.0
      - cymem==2.0.7
      - datasets==2.13.1
      - dateutils==0.6.12
      - decord==0.6.0
      - deepdiff==6.3.1
      - deepspeed==0.10.1+ff7d5275
      - defusedxml==0.7.1
      - delta-center-client==0.0.4
      - dill==0.3.6
      - diskcache==5.6.3
      - distlib==0.3.6
      - distro==1.8.0
      - dnspython==2.4.2
      - docker-pycreds==0.4.0
      - einops==0.6.1
      - evaluate==0.4.1
      - exceptiongroup==1.1.2
      - faerun==0.3.20
      - fairscale==0.4.4
      - fastapi==0.100.0
      - fastjsonschema==2.18.1
      - fasttext-wheel==0.9.2
      - ffmpy==0.3.1
      - filelock==3.12.2
      - flash-attn==2.3.3
      - flask==3.0.0
      - fonttools==4.40.0
      - fqdn==1.5.1
      - frozenlist==1.3.3
      - fsspec==2023.6.0
      - ftfy==6.1.1
      - future==0.18.3
      - gdown==4.7.1
      - gitdb==4.0.10
      - gitpython==3.1.37
      - google-auth==2.23.2
      - google-auth-oauthlib==1.0.0
      - gpustat==1.1.1
      - gradio-client==0.7.0
      - grpcio==1.59.0
      - h11==0.14.0
      - hjson==3.1.0
      - httpcore==1.0.2
      - httpx==0.25.1
      - huggingface-hub==0.16.4
      - identify==2.5.24
      - imageio==2.31.1
      - importlib-metadata==6.8.0
      - importlib-resources==6.0.0
      - inflect==7.0.0
      - inquirer==3.1.3
      - iopath==0.1.10
      - ipython==8.12.2
      - ipython-genutils==0.2.0
      - ipywidgets==8.1.1
      - isoduration==20.11.0
      - itsdangerous==2.1.2
      - jaraco-collections==4.3.0
      - jaraco-context==4.3.0
      - jaraco-functools==3.8.0
      - jaraco-text==3.12.0
      - jmespath==0.10.0
      - json5==0.9.14
      - jsonpointer==2.4
      - jsonschema==4.18.0
      - jsonschema-specifications==2023.6.1
      - jupyter==1.0.0
      - jupyter-client==8.4.0
      - jupyter-console==6.6.3
      - jupyter-events==0.8.0
      - jupyter-lsp==2.2.0
      - jupyter-server==2.8.0
      - jupyter-server-terminals==0.4.4
      - jupyterlab==4.0.7
      - jupyterlab-pygments==0.2.2
      - jupyterlab-server==2.25.0
      - jupyterlab-widgets==3.0.9
      - kaggle==1.5.15
      - kiwisolver==1.4.4
      - langcodes==3.3.0
      - lazy-loader==0.3
      - levenshtein==0.23.0
      - lightning==2.1.2
      - lightning-cloud==0.5.37
      - lightning-utilities==0.9.0
      - lit==17.0.6
      - littleutils==0.2.2
      - lmppl==0.3.1
      - lxml==4.9.3
      - markdown==3.5
      - markdown-it-py==3.0.0
      - matplotlib==3.2.2
      - mdurl==0.1.2
      - mistune==3.0.2
      - more-itertools==9.1.0
      - multidict==6.0.4
      - multiprocess==0.70.14
      - murmurhash==1.0.9
      - nbclient==0.8.0
      - nbconvert==7.9.2
      - nbformat==5.9.2
      - ninja==1.11.1
      - nltk==3.8.1
      - nodeenv==1.8.0
      - notebook==7.0.6
      - notebook-shim==0.2.3
      - numpy==1.24.4
      - nvidia-cublas-cu11==11.10.3.66
      - nvidia-cublas-cu12==12.1.3.1
      - nvidia-cuda-cupti-cu11==11.7.101
      - nvidia-cuda-cupti-cu12==12.1.105
      - nvidia-cuda-nvrtc-cu11==11.7.99
      - nvidia-cuda-nvrtc-cu12==12.1.105
      - nvidia-cuda-runtime-cu11==11.7.99
      - nvidia-cuda-runtime-cu12==12.1.105
      - nvidia-cudnn-cu11==8.5.0.96
      - nvidia-cudnn-cu12==8.9.2.26
      - nvidia-cufft-cu11==10.9.0.58
      - nvidia-cufft-cu12==11.0.2.54
      - nvidia-curand-cu11==10.2.10.91
      - nvidia-curand-cu12==10.3.2.106
      - nvidia-cusolver-cu11==11.4.0.1
      - nvidia-cusolver-cu12==11.4.5.107
      - nvidia-cusparse-cu11==11.7.4.91
      - nvidia-cusparse-cu12==12.1.0.106
      - nvidia-ml-py==12.535.77
      - nvidia-nccl-cu11==2.14.3
      - nvidia-nccl-cu12==2.18.1
      - nvidia-nvjitlink-cu12==12.3.101
      - nvidia-nvtx-cu11==11.7.91
      - nvidia-nvtx-cu12==12.1.105
      - oauthlib==3.2.2
      - ogb==1.3.6
      - omegaconf==2.3.0
      - openai==1.2.4
      - opencv-python-headless==4.5.5.64
      - opendatasets==0.1.22
      - opendelta==0.3.2
      - opennmt-py==3.4.1
      - ordered-set==4.1.0
      - orjson==3.9.10
      - oss2==2.15.0
      - outdated==0.2.2
      - overrides==7.4.0
      - packaging==23.1
      - pandas==2.0.3
      - pandocfilters==1.5.0
      - paragraph2actions==1.5.0
      - pathtools==0.1.2
      - pathy==0.10.2
      - peft==0.3.0
      - pip==23.3.1
      - pkgutil-resolve-name==1.3.10
      - platformdirs==3.8.1
      - plotly==5.15.0
      - portalocker==2.7.0
      - portend==3.2.0
      - pre-commit==3.3.3
      - preshed==3.0.8
      - prometheus-client==0.17.1
      - promise==2.3
      - protobuf==3.19.6
      - psutil==5.9.5
      - pubchempy==1.0.4
      - py-cpuinfo==9.0.0
      - pyahocorasick==2.0.0
      - pyarrow==12.0.1
      - pyasn1==0.5.0
      - pyasn1-modules==0.3.0
      - pybind11==2.11.1
      - pycocoevalcap==1.2
      - pycocotools==2.0.6
      - pycryptodome==3.18.0
      - pydantic==1.10.11
      - pydantic-core==2.14.3
      - pydeck==0.8.1b0
      - pydub==0.25.1
      - pyjwt==2.7.0
      - pymongo==4.6.0
      - pympler==1.0.1
      - pyonmttok==1.37.1
      - python-editor==1.0.4
      - python-json-logger==2.0.7
      - python-levenshtein==0.23.0
      - python-magic==0.4.27
      - python-multipart==0.0.6
      - python-slugify==8.0.1
      - pytorch-lightning==2.0.0
      - pytz==2023.3
      - pytz-deprecation-shim==0.1.0.post0
      - pywavelets==1.4.1
      - pyyaml==6.0.1
      - pyzmq==25.1.1
      - qtconsole==5.4.4
      - qtpy==2.4.0
      - rapidfuzz==3.4.0
      - rdkit==2023.3.3
      - readchar==4.0.5
      - referencing==0.29.1
      - regex==2023.6.3
      - requests==2.31.0
      - requests-oauthlib==1.3.1
      - responses==0.18.0
      - rfc3339-validator==0.1.4
      - rfc3986-validator==0.1.1
      - rich==13.4.2
      - rouge-score==0.1.2
      - rpds-py==0.8.10
      - rsa==4.9
      - rxn-onmt-utils==1.1.0
      - rxn-opennmt-py==1.1.5
      - rxn-utils==1.6.0
      - sacrebleu==2.3.1
      - safetensors==0.3.1
      - salesforce-lavis==1.0.0
      - scikit-image==0.20.0
      - scikit-learn==0.23.1
      - scipy==1.4.1
      - semantic-version==2.10.0
      - send2trash==1.8.2
      - sentencepiece==0.1.99
      - sentry-sdk==1.31.0
      - setproctitle==1.3.3
      - shellingham==1.5.4
      - smart-open==6.3.0
      - smmap==5.0.1
      - sniffio==1.3.0
      - soupsieve==2.4.1
      - spacy==3.7.2
      - spacy-legacy==3.0.12
      - spacy-loggers==1.0.4
      - srsly==2.4.6
      - starlette==0.27.0
      - starsessions==1.3.0
      - streamlit==1.22.0
      - tabulate==0.9.0
      - tempora==5.5.0
      - tenacity==8.2.2
      - tensorboard==2.14.0
      - tensorboard-data-server==0.7.1
      - terminado==0.17.1
      - text-unidecode==1.3
      - textdistance==4.6.0
      - thinc==8.1.10
      - tifffile==2023.7.10
      - timm==0.4.12
      - tinycss2==1.2.1
      - tokenizers==0.13.3
      - toml==0.10.2
      - tomli==2.0.1
      - tomlkit==0.12.0
      - toolz==0.12.0
      - torch==2.0.1
      - torchmetrics==1.0.0
      - torchtext==0.4.0
      - tornado==6.3.3
      - transformers==4.33.3
      - triton==2.0.0
      - typer==0.9.0
      - tzdata==2023.3
      - tzlocal==4.3.1
      - ujson==5.8.0
      - uri-template==1.3.0
      - uvicorn==0.22.0
      - validators==0.20.0
      - virtualenv==20.23.1
      - waitress==2.1.2
      - wandb==0.15.5
      - wasabi==1.1.2
      - watchdog==3.0.0
      - weasel==0.3.4
      - web-py==0.62
      - webcolors==1.13
      - webdataset==0.2.48
      - webencodings==0.5.1
      - websocket-client==1.6.1
      - websockets==11.0.3
      - werkzeug==3.0.0
      - widgetsnbextension==4.0.9
      - xxhash==3.2.0
      - yacs==0.1.8
      - yarl==1.9.2
      - zc-lockfile==3.0.post1
      - zipp==3.16.0