Skip to content

Commit bd812ed

Browse files
committed
add env
1 parent 5ddfc6a commit bd812ed

File tree

1 file changed

+202
-0
lines changed

1 file changed

+202
-0
lines changed

exercise_13_fine_tune_plm/env.yml

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
name: llm_bioinfo
2+
channels:
3+
- anaconda
4+
- conda-forge
5+
- bioconda
6+
- defaults
7+
dependencies:
8+
- _libgcc_mutex=0.1=main
9+
- _openmp_mutex=5.1=1_gnu
10+
- bzip2=1.0.8=h5eee18b_6
11+
- ca-certificates=2024.12.31=h06a4308_0
12+
- ld_impl_linux-64=2.40=h12ee557_0
13+
- libffi=3.4.4=h6a678d5_1
14+
- libgcc-ng=11.2.0=h1234567_1
15+
- libgomp=11.2.0=h1234567_1
16+
- libstdcxx-ng=11.2.0=h1234567_1
17+
- libuuid=1.41.5=h5eee18b_0
18+
- ncurses=6.4=h6a678d5_0
19+
- openssl=3.0.15=h5eee18b_0
20+
- pip=25.0=py310h06a4308_0
21+
- python=3.10.16=he870216_1
22+
- readline=8.2=h5eee18b_0
23+
- setuptools=75.8.0=py310h06a4308_0
24+
- sqlite=3.45.3=h5eee18b_0
25+
- tk=8.6.14=h39e8969_0
26+
- wheel=0.45.1=py310h06a4308_0
27+
- xz=5.4.6=h5eee18b_1
28+
- zlib=1.2.13=h5eee18b_1
29+
- pip:
30+
- accelerate==0.24.1
31+
- aiohappyeyeballs==2.4.4
32+
- aiohttp==3.11.11
33+
- aiosignal==1.3.2
34+
- annotated-types==0.7.0
35+
- anyio==4.8.0
36+
- argon2-cffi==23.1.0
37+
- argon2-cffi-bindings==21.2.0
38+
- arrow==1.3.0
39+
- asttokens==3.0.0
40+
- async-lru==2.0.4
41+
- async-timeout==5.0.1
42+
- attrs==25.1.0
43+
- babel==2.17.0
44+
- beautifulsoup4==4.13.1
45+
- biopython==1.81
46+
- bleach==6.2.0
47+
- certifi==2025.1.31
48+
- cffi==1.17.1
49+
- charset-normalizer==3.4.1
50+
- comm==0.2.2
51+
- contourpy==1.3.1
52+
- cycler==0.12.1
53+
- datasets==2.15.0
54+
- debugpy==1.8.12
55+
- decorator==5.1.1
56+
- deepspeed==0.12.3
57+
- defusedxml==0.7.1
58+
- dill==0.3.7
59+
- evaluate==0.4.1
60+
- exceptiongroup==1.2.2
61+
- executing==2.2.0
62+
- fastjsonschema==2.21.1
63+
- filelock==3.17.0
64+
- fonttools==4.55.8
65+
- fqdn==1.5.1
66+
- frozenlist==1.5.0
67+
- fsspec==2023.10.0
68+
- h11==0.14.0
69+
- hjson==3.1.0
70+
- httpcore==1.0.7
71+
- httpx==0.28.1
72+
- huggingface-hub==0.28.1
73+
- idna==3.10
74+
- ipykernel==6.29.5
75+
- ipython==8.32.0
76+
- ipywidgets==8.1.5
77+
- isoduration==20.11.0
78+
- jedi==0.19.2
79+
- jinja2==3.1.5
80+
- joblib==1.4.2
81+
- json5==0.10.0
82+
- jsonpointer==3.0.0
83+
- jsonschema==4.23.0
84+
- jsonschema-specifications==2024.10.1
85+
- jupyter==1.1.1
86+
- jupyter-client==8.6.3
87+
- jupyter-console==6.6.3
88+
- jupyter-core==5.7.2
89+
- jupyter-events==0.11.0
90+
- jupyter-lsp==2.2.5
91+
- jupyter-server==2.15.0
92+
- jupyter-server-terminals==0.5.3
93+
- jupyterlab==4.3.5
94+
- jupyterlab-pygments==0.3.0
95+
- jupyterlab-server==2.27.3
96+
- jupyterlab-widgets==3.0.13
97+
- kiwisolver==1.4.8
98+
- lab==8.3
99+
- markupsafe==3.0.2
100+
- matplotlib==3.8.2
101+
- matplotlib-inline==0.1.7
102+
- mistune==3.1.1
103+
- mpmath==1.3.0
104+
- multidict==6.1.0
105+
- multiprocess==0.70.15
106+
- nbclient==0.10.2
107+
- nbconvert==7.16.6
108+
- nbformat==5.10.4
109+
- nest-asyncio==1.6.0
110+
- networkx==3.4.2
111+
- ninja==1.11.1.3
112+
- notebook==7.3.2
113+
- notebook-shim==0.2.4
114+
- numpy==1.26.2
115+
- nvidia-cublas-cu12==12.1.3.1
116+
- nvidia-cuda-cupti-cu12==12.1.105
117+
- nvidia-cuda-nvrtc-cu12==12.1.105
118+
- nvidia-cuda-runtime-cu12==12.1.105
119+
- nvidia-cudnn-cu12==8.9.2.26
120+
- nvidia-cufft-cu12==11.0.2.54
121+
- nvidia-curand-cu12==10.3.2.106
122+
- nvidia-cusolver-cu12==11.4.5.107
123+
- nvidia-cusparse-cu12==12.1.0.106
124+
- nvidia-ml-py==12.570.86
125+
- nvidia-nccl-cu12==2.18.1
126+
- nvidia-nvjitlink-cu12==12.8.61
127+
- nvidia-nvtx-cu12==12.1.105
128+
- overrides==7.7.0
129+
- packaging==24.2
130+
- pandas==2.1.3
131+
- pandocfilters==1.5.1
132+
- parso==0.8.4
133+
- pexpect==4.9.0
134+
- pillow==11.1.0
135+
- platformdirs==4.3.6
136+
- prometheus-client==0.21.1
137+
- prompt-toolkit==3.0.50
138+
- propcache==0.2.1
139+
- psutil==6.1.1
140+
- ptyprocess==0.7.0
141+
- pure-eval==0.2.3
142+
- py-cpuinfo==9.0.0
143+
- pyarrow==19.0.0
144+
- pyarrow-hotfix==0.6
145+
- pycparser==2.22
146+
- pydantic==2.10.6
147+
- pydantic-core==2.27.2
148+
- pygments==2.19.1
149+
- pynvml==12.0.0
150+
- pyparsing==3.2.1
151+
- python-dateutil==2.9.0.post0
152+
- python-json-logger==3.2.1
153+
- pytz==2025.1
154+
- pyyaml==6.0.2
155+
- pyzmq==26.2.1
156+
- referencing==0.36.2
157+
- regex==2024.11.6
158+
- requests==2.32.3
159+
- responses==0.18.0
160+
- rfc3339-validator==0.1.4
161+
- rfc3986-validator==0.1.1
162+
- rpds-py==0.22.3
163+
- safetensors==0.5.2
164+
- scikit-learn==1.3.2
165+
- scipy==1.11.4
166+
- seaborn==0.13.0
167+
- send2trash==1.8.3
168+
- sentencepiece==0.1.99
169+
- simplejson==3.19.3
170+
- six==1.17.0
171+
- sniffio==1.3.1
172+
- soupsieve==2.6
173+
- stack-data==0.6.3
174+
- sympy==1.13.3
175+
- tabulate==0.9.0
176+
- terminado==0.18.1
177+
- threadpoolctl==3.5.0
178+
- tinycss2==1.4.0
179+
- tokenizers==0.15.2
180+
- tomli==2.2.1
181+
- torch==2.1.1
182+
- torchaudio==2.1.1
183+
- torchvision==0.16.1
184+
- tornado==6.4.2
185+
- tqdm==4.66.1
186+
- traitlets==5.14.3
187+
- transformers==4.35.2
188+
- triton==2.1.0
189+
- txt2tags==3.9
190+
- types-python-dateutil==2.9.0.20241206
191+
- typing-extensions==4.12.2
192+
- tzdata==2025.1
193+
- uri-template==1.3.0
194+
- urllib3==2.3.0
195+
- wcwidth==0.2.13
196+
- webcolors==24.11.1
197+
- webencodings==0.5.1
198+
- websocket-client==1.8.0
199+
- widgetsnbextension==4.0.13
200+
- xxhash==3.5.0
201+
- yarl==1.18.3
202+
prefix: /home/ubuntu/data/miniconda3/envs/llm_bioinfo

0 commit comments

Comments
 (0)