-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
115 lines (115 loc) · 2.85 KB
/
environment.yaml
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
name: py38
channels:
- https://repo.anaconda.com/pkgs/main
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2022.4.26=h06a4308_0
- certifi=2022.6.15=py38h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.3=h7f8727e_2
- openssl=1.1.1o=h7f8727e_0
- pip=21.2.4=py38h06a4308_0
- python=3.8.13=h12debd9_0
- readline=8.1.2=h7f8727e_1
- setuptools=61.2.0=py38h06a4308_0
- sqlite=3.38.3=hc218d9a_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h7f8727e_1
- zlib=1.2.12=h7f8727e_2
- pip:
- absl-py==1.4.0
- accelerate==0.17.1
- aiohttp==3.8.4
- aiosignal==1.3.1
- antlr4-python3-runtime==4.9.3
- appdirs==1.4.4
- async-timeout==4.0.2
- attrs==22.2.0
- blessed==1.20.0
- brotlipy==0.7.0
- cffi==1.15.1
- charset-normalizer==3.1.0
- click==8.1.3
- colorama==0.4.6
- datasets==2.10.1
- deepspeed==0.8.2
- dill==0.3.6
- docker-pycreds==0.4.0
- evaluate==0.4.0
- filelock==3.9.0
- fonttools==4.25.0
- frozenlist==1.3.3
- fsspec==2023.3.0
- future==0.18.3
- gitdb==4.0.10
- gitpython==3.1.31
- gpustat==1.0.0
- hjson==3.1.0
- huggingface-hub==0.13.2
- idna==3.4
- joblib==1.2.0
- jsonline==0.2.1
- jsonlines==3.1.0
- loguru==0.6.0
- lxml==4.9.2
- multidict==6.0.4
- multiprocess==0.70.14
- munkres==1.1.4
- ninja==1.11.1
- nltk==3.8.1
- numpy==1.24.2
- nvidia-ml-py==11.495.46
- omegaconf==2.3.0
- packaging==23.0
- pandas==1.5.3
- parse==1.19.0
- pathtools==0.1.2
- peft==0.3.0
- ply==3.11
- portalocker==2.7.0
- protobuf==4.22.1
- psutil==5.9.4
- py-cpuinfo==9.0.0
- pyarrow==11.0.0
- pycountry==22.3.5
- pycparser==2.21
- pydantic==1.10.6
- pynvml==11.5.0
- pyqt5-sip==12.11.0
- python-dateutil==2.8.2
- pytz==2022.7.1
- pyyaml==6.0
- regex==2022.10.31
- requests==2.28.2
- responses==0.18.0
- rouge-score==0.1.2
- sacrebleu==2.3.1
- scikit-learn==1.2.2
- scipy==1.9.3
- sentencepiece==0.1.97
- sentry-sdk==1.16.0
- setproctitle==1.3.2
- six==1.16.0
- sklearn==0.0.post1
- smmap==5.0.0
- sqlitedict==2.1.0
- tabulate==0.9.0
- threadpoolctl==3.1.0
- tokenizers==0.13.2
- torch==1.13.1+cu117
- tqdm==4.65.0
- transformers==4.27.0.dev0
- typing-extensions==4.5.0
- urllib3==1.26.15
- wandb==0.14.0
- wcwidth==0.2.6
- xxhash==3.2.0
- yarl==1.8.2
prefix: /root/miniconda3/envs/py38