-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathrequirements.yml
121 lines (121 loc) · 3.14 KB
/
requirements.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
name: gundam-env
channels:
- conda-forge
- intel
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2023.5.7=hbcca054_0
- ld_impl_linux-64=2.40=h41732ed_0
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libnsl=2.0.0=h7f98852_0
- libsqlite=3.40.0=h753d276_1
- libuuid=2.38.1=h0b41bf4_0
- libzlib=1.2.13=h166bdaf_4
- ncurses=6.3=h27087fc_1
- openssl=3.1.0=hd590300_3
- pip=23.1.2=pyhd8ed1ab_0
- python=3.8.16=he550d4f_1_cpython
- readline=8.2=h8228510_1
- setuptools=67.7.2=pyhd8ed1ab_0
- tk=8.6.12=h27826a3_0
- wheel=0.40.0=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- pip:
- absl-py==1.4.0
- aiohttp==3.8.4
- aiosignal==1.3.1
- async-timeout==4.0.2
- attrs==23.1.0
- certifi==2023.5.7
- charset-normalizer==3.1.0
- click==8.1.3
- cmake==3.26.3
- colorama==0.4.6
- datasets==2.12.0
- deepspeed==0.7.7
- dill==0.3.6
- docker-pycreds==0.4.0
- filelock==3.12.0
- frozenlist==1.3.3
- fsspec==2023.5.0
- gitdb==4.0.10
- gitpython==3.1.31
- hjson==3.1.0
- huggingface-hub==0.14.1
- idna==3.4
- jinja2==3.1.2
- joblib==1.2.0
- lightning-utilities==0.8.0
- lit==16.0.3
- lxml==4.9.2
- markupsafe==2.1.2
- mpmath==1.3.0
- multidict==6.0.4
- multiprocess==0.70.14
- networkx==3.1
- ninja==1.11.1
- nltk==3.8.1
- numpy==1.24.1
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-cupti-cu11==11.7.101
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- nvidia-cufft-cu11==10.9.0.58
- nvidia-curand-cu11==10.2.10.91
- nvidia-cusolver-cu11==11.4.0.1
- nvidia-cusparse-cu11==11.7.4.91
- nvidia-nccl-cu11==2.14.3
- nvidia-nvtx-cu11==11.7.91
- openai==0.27.6
- packaging==23.1
- pandas==1.5.2
- pathtools==0.1.2
- pillow==9.5.0
- portalocker==2.7.0
- promise==2.3
- protobuf==3.20.3
- psutil==5.9.5
- py-cpuinfo==9.0.0
- pyarrow==12.0.0
- pydantic==1.10.7
- python-dateutil==2.8.2
- pytorch-lightning==1.8.6
- pytz==2023.3
- pyyaml==6.0
- regex==2023.5.5
- requests==2.30.0
- responses==0.18.0
- rouge-score==0.0.4
- sacrebleu==2.3.1
- scikit-learn==1.2.2
- scipy==1.10.1
- sentence-transformers==2.2.2
- sentencepiece==0.1.99
- sentry-sdk==1.22.1
- setproctitle==1.3.2
- shortuuid==1.0.11
- six==1.16.0
- smmap==5.0.0
- sympy==1.11.1
- tabulate==0.9.0
- tensorboardx==2.6
- threadpoolctl==3.1.0
- tokenizers==0.13.3
- torch==2.0.0
- torchaudio==2.0.1
- torchmetrics==0.11.4
- torchvision==0.15.1
- tqdm==4.64.1
- transformers==4.25.1
- triton==2.0.0
- typing-extensions==4.5.0
- urllib3==1.26.15
- wandb==0.13.7
- xxhash==3.2.0
- yarl==1.9.2
prefix: /home/ubuntu/anaconda3/envs/gundam-env