Spaces:
Sleeping
Sleeping
Commit
·
672851c
1
Parent(s):
8970a0f
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
pytorch
|
2 |
-
torchaudio
|
3 |
-
torchvision
|
4 |
-
timm
|
5 |
-
wandb
|
6 |
-
transformers
|
7 |
-
toml
|
8 |
-
scikit-learn
|
9 |
-
scipy
|
10 |
-
pandas
|
11 |
-
huggingface_hub
|
12 |
-
gradio
|
13 |
-
fastai
|
|
|
1 |
+
pytorch==1.13.1
|
2 |
+
torchaudio==0.13.1
|
3 |
+
torchvision==0.14.1
|
4 |
+
timm==0.9.12
|
5 |
+
wandb==0.16.1
|
6 |
+
transformers==4.33.3
|
7 |
+
toml==0.10.2
|
8 |
+
scikit-learn==1.3.2
|
9 |
+
scipy==1.11.4
|
10 |
+
pandas==2.1.4
|
11 |
+
huggingface_hub==0.20.2
|
12 |
+
gradio==4.13.0
|
13 |
+
fastai==2.7.13
|