forked from thunlp/Prompt-Transferability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
115 lines (114 loc) · 2.7 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
name: prompt
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
- https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
- defaults
dependencies:
- pip>=21.2.2
- _libgcc_mutex=0.1=main
- _openmp_mutex=4.5=1_gnu
- ca-certificates=2021.7.5=h06a4308_1
- certifi=2021.5.30=py36h06a4308_0
- ld_impl_linux-64=2.35.1=h7274673_9
- libffi=3.3=he6710b0_2
- libgcc-ng=9.3.0=h5101ec6_17
- libgomp=9.3.0=h5101ec6_17
- libstdcxx-ng=9.3.0=hd4cf53a_17
- ncurses=6.2=he6710b0_1
- openssl=1.1.1l=h7f8727e_0
- python=3.6.13=h12debd9_1
- readline=8.1=h27cfd23_0
- setuptools=52.0.0=py36h06a4308_0
- sqlite=3.36.0=hc218d9a_0
- tk=8.6.10=hbc83047_0
- wheel=0.37.0=pyhd3eb1b0_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- accelerate==0.4.0
- alembic==1.7.4
- arrow==0.12.1
- backcall==0.2.0
- banal==1.0.6
- brotli==1.0.9
- c
- cached-property==1.5.2
- charset-normalizer==2.0.4
- click==6.7
- cycler==0.10.0
- dataclasses==0.8
- dataset==1.5.0
- datasets==1.11.0
- decorator==5.1.1
- dill==0.3.4
- filelock==3.0.12
- fsspec==2021.8.1
- greenlet==1.1.2
- h5py==3.1.0
- huggingface-hub==0.0.16
- idna==3.2
- ignite==1.1.0
- importlib-metadata==4.8.1
- importlib-resources==5.4.0
- ipython==7.2.0
- ipython-genutils==0.2.0
- jedi==0.18.1
- joblib==1.0.1
- kiwisolver==1.3.1
- mako==1.1.5
- markupsafe==2.0.1
- matplotlib==2.2.0
- multiprocess==0.70.12.2
- multivolumefile==0.2.3
- nltk==3.6.5
- numpy
- opentsne==0.6.0
- packaging==21.0
- pandas
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- pillow==8.3.2
- pip==21.3.1
- prompt-toolkit==2.0.10
- protobuf==3.17.3
- ptyprocess==0.7.0
- py7zr==0.16.3
- pyarrow==5.0.0
- pybcj==0.5.0
- pycryptodomex==3.11.0
- pygments==2.11.2
- pyparsing==2.4.7
- pyppmd==0.17.3
- python-dateutil==2.8.2
- pytorch-nlp==0.5.0
- pytz==2021.1
- pyyaml==5.4.1
- pyzstd==0.15.0
- regex==2021.8.28
- requests==2.26.0
- rtpt
- sacremoses==0.0.45
- scikit-learn==0.24.2
- scipy==1.0.0
- six==1.16.0
- sqlalchemy==1.4.26
- tabulate==0.8.2
- tensorboardx==2.4
- texttable==1.6.4
- threadpoolctl==2.2.0
- tokenizers==0.10.3
- torch==1.9.0
- torchaudio==0.9.0
- torchvision==0.10.0
- tqdm==4.62.2
- traitlets==4.3.3
- transformers==4.10.0
- typing-extensions==3.10.0.2
- urllib3==1.26.6
- wcwidth==0.2.5
- wrapt==1.13.3
- xxhash==2.0.2
- zipp==3.5.0
prefix: /home/suyusheng/miniconda2/envs/prompt