Spaces:
Running
on
Zero
Running
on
Zero
lixin4ever
commited on
Commit
•
586fb2c
1
Parent(s):
abf61b6
Fix requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
# basic dependencies
|
3 |
torch==2.2.0
|
4 |
torchvision==0.17.0
|
@@ -9,6 +8,7 @@ accelerate==0.26.1
|
|
9 |
peft==0.4.0
|
10 |
timm==1.0.3
|
11 |
numpy==1.24.4
|
|
|
12 |
# data processing
|
13 |
decord==0.6.0
|
14 |
imageio==2.34.0
|
@@ -37,4 +37,3 @@ fastapi
|
|
37 |
tensorboard
|
38 |
wandb
|
39 |
tabulate
|
40 |
-
spaces==0.29.2
|
|
|
|
|
1 |
# basic dependencies
|
2 |
torch==2.2.0
|
3 |
torchvision==0.17.0
|
|
|
8 |
peft==0.4.0
|
9 |
timm==1.0.3
|
10 |
numpy==1.24.4
|
11 |
+
spaces
|
12 |
# data processing
|
13 |
decord==0.6.0
|
14 |
imageio==2.34.0
|
|
|
37 |
tensorboard
|
38 |
wandb
|
39 |
tabulate
|
|