Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
|
|
| 1 |
# basic dependencies
|
| 2 |
torch==2.2.0
|
| 3 |
torchvision==0.17.0
|
| 4 |
-
transformers==4.
|
| 5 |
tokenizers==0.19.1
|
| 6 |
deepspeed==0.13.1
|
| 7 |
accelerate==0.26.1
|
| 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
|
|
@@ -36,4 +36,5 @@ uvicorn
|
|
| 36 |
fastapi
|
| 37 |
tensorboard
|
| 38 |
wandb
|
| 39 |
-
tabulate
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
# basic dependencies
|
| 3 |
torch==2.2.0
|
| 4 |
torchvision==0.17.0
|
| 5 |
+
transformers==4.40.0
|
| 6 |
tokenizers==0.19.1
|
| 7 |
deepspeed==0.13.1
|
| 8 |
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
|
|
|
|
| 36 |
fastapi
|
| 37 |
tensorboard
|
| 38 |
wandb
|
| 39 |
+
tabulate
|
| 40 |
+
spaces==0.29.2
|