Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
bitsandbytes==0.41.3.post2
|
| 2 |
dataloader==2.0
|
| 3 |
decord==0.6.0
|
|
@@ -38,7 +39,7 @@ smplx==0.1.26
|
|
| 38 |
tokenizers==0.13.3
|
| 39 |
torch==2.0.0
|
| 40 |
torch_xla==2.3.0
|
| 41 |
-
torchvision==0.15.1
|
| 42 |
tqdm==4.66.1
|
| 43 |
transformers==4.28.1
|
| 44 |
trimesh==3.22.1
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
| 2 |
bitsandbytes==0.41.3.post2
|
| 3 |
dataloader==2.0
|
| 4 |
decord==0.6.0
|
|
|
|
| 39 |
tokenizers==0.13.3
|
| 40 |
torch==2.0.0
|
| 41 |
torch_xla==2.3.0
|
| 42 |
+
torchvision==0.15.1
|
| 43 |
tqdm==4.66.1
|
| 44 |
transformers==4.28.1
|
| 45 |
trimesh==3.22.1
|