Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.12.0
|
2 |
+
transformers==4.17.0
|
3 |
+
tokenizers==0.11.6
|
4 |
+
numpy==1.22.0
|
5 |
+
pandas==1.4.0
|
6 |
+
scipy==1.8.0
|
7 |
+
scikit-learn==1.0.0
|
8 |
+
tqdm
|
9 |
+
biopython==1.78
|
10 |
+
matplotlib
|
11 |
+
seaborn
|
12 |
+
gradio==3.50.0
|
13 |
+
datasets==1.18.3
|
14 |
+
wandb==0.12.11
|
15 |
+
jax==0.3.0
|
16 |
+
flax==0.4.0
|
17 |
+
optax
|
18 |
+
sentencepiece==0.1.96
|
19 |
+
aiohttp==3.8.0
|
20 |
+
sentry-sdk==1.3.1
|