-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
123 lines (122 loc) · 3.03 KB
/
environment.yml
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
name: nlp-cuda-11-1
channels:
- pytorch
- soumith
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- backcall=0.2.0=py_0
- blas=1.0=mkl
- brotlipy=0.7.0=py38h7b6447c_1000
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=py38_0
- cffi=1.14.3=py38he30daa8_0
- chardet=3.0.4=py38_1003
- cmake=3.18.2=ha30ef3c_0
- cryptography=3.1.1=py38h1ba5d50_0
- dataclasses=0.7=py38_0
- decorator=4.4.2=py_0
- expat=2.2.10=he6710b0_2
- future=0.18.2=py38_1
- idna=2.10=py_0
- intel-openmp=2020.2=254
- ipython=7.18.1=py38h5ca1d4c_0
- ipython_genutils=0.2.0=py38_0
- jedi=0.17.2=py38_0
- krb5=1.18.2=h173b8e3_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libcurl=7.71.1=h20c2e04_1
- libedit=3.1.20191231=h14c3975_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libssh2=1.9.0=h1ba5d50_1
- libstdcxx-ng=9.1.0=hdf63c60_0
- libuv=1.40.0=h7b6447c_0
- lz4-c=1.9.2=heb0550a_3
- magma-cuda110=2.5.2=1
- mkl=2020.2=256
- mkl-include=2020.2=256
- mkl-service=2.3.0=py38he904b0f_0
- mkl_fft=1.2.0=py38h23d657b_0
- mkl_random=1.1.1=py38h0573a6f_0
- ncurses=6.2=he6710b0_1
- ninja=1.10.1=py38hfd86e86_0
- numpy=1.19.1=py38hbc911f0_0
- numpy-base=1.19.1=py38hfa32c7d_0
- openssl=1.1.1h=h7b6447c_0
- parso=0.7.0=py_0
- pexpect=4.8.0=py38_0
- pickleshare=0.7.5=py38_1000
- pip=20.2.3=py38_0
- prompt-toolkit=3.0.8=py_0
- ptyprocess=0.6.0=py38_0
- pycparser=2.20=py_2
- pygments=2.7.1=py_0
- pyopenssl=19.1.0=py_1
- pysocks=1.7.1=py38_0
- python=3.8.5=h7579374_1
- pyyaml=5.3.1=py38h7b6447c_1
- readline=8.0=h7b6447c_0
- requests=2.24.0=py_0
- rhash=1.4.0=h1ba5d50_0
- setuptools=50.3.0=py38hb0f4dca_1
- six=1.15.0=py_0
- sqlite=3.33.0=h62c20be_0
- tk=8.6.10=hbc83047_0
- traitlets=5.0.5=py_0
- typing_extensions=3.7.4.3=py_0
- urllib3=1.25.10=py_0
- wcwidth=0.2.5=py_0
- wheel=0.35.1=py_0
- xz=5.2.5=h7b6447c_0
- yaml=0.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.5=h9ceee32_0
- pip:
- click==7.1.2
- configparser==5.0.1
- datasets==1.1.2
- dill==0.3.2
- docker-pycreds==0.4.0
- faiss-cpu==1.6.3
- fancycompleter==0.9.1
- filelock==3.0.12
- gitdb==4.0.5
- gitpython==3.1.9
- haikunator==2.1.0
- joblib==0.17.0
- multiprocess==0.70.10
- packaging==20.4
- pandas==1.1.3
- pathtools==0.1.2
- pdbpp==0.10.2
- promise==2.3
- protobuf==3.13.0
- psutil==5.7.2
- pyarrow==1.0.1
- pyparsing==2.4.7
- pyrepl==0.9.0
- python-dateutil==2.8.1
- pytz==2020.1
- regex==2020.10.15
- sacremoses==0.0.43
- scikit-learn==0.23.2
- scipy==1.5.3
- sentencepiece==0.1.91
- sentry-sdk==0.19.0
- shortuuid==1.0.1
- sklearn==0.0
- smmap==3.0.4
- subprocess32==3.5.4
- threadpoolctl==2.1.0
- tokenizers==0.8.1rc2
- torch==1.8.0a0
- tqdm==4.50.2
- transformers==3.3.1
- visidata==2.0.1
- wandb==0.10.7
- watchdog==0.10.3
- wmctrl==0.3
- xxhash==2.0.0
prefix: /home/fastai/anaconda3/envs/nlp-cuda-11-1