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