Spaces:
Runtime error
Runtime error
Commit
·
58d5e58
1
Parent(s):
19a1fa7
chore: Update torch and torchvision versions in requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
accelerate==0.31.0
|
| 2 |
diffusers==0.29.2
|
| 3 |
huggingface_hub==0.23.4
|
|
@@ -9,11 +11,8 @@ PyYAML==6.0.1
|
|
| 9 |
scipy==1.13.1
|
| 10 |
setuptools==51.0.0
|
| 11 |
scikit-image==0.24.0
|
| 12 |
-
torch==2.1.2
|
| 13 |
-
torchvision==0.16.2
|
| 14 |
tqdm==4.66.4
|
| 15 |
transformers==4.27.3
|
| 16 |
xformers==0.0.23.post1
|
| 17 |
Ninja==1.11.1.1
|
| 18 |
-
git+https://github.com/facebookresearch/detectron2.git
|
| 19 |
git+https://github.com/facebookresearch/detectron2@main#subdirectory=projects/DensePose
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
torchvision==0.16.2
|
| 3 |
accelerate==0.31.0
|
| 4 |
diffusers==0.29.2
|
| 5 |
huggingface_hub==0.23.4
|
|
|
|
| 11 |
scipy==1.13.1
|
| 12 |
setuptools==51.0.0
|
| 13 |
scikit-image==0.24.0
|
|
|
|
|
|
|
| 14 |
tqdm==4.66.4
|
| 15 |
transformers==4.27.3
|
| 16 |
xformers==0.0.23.post1
|
| 17 |
Ninja==1.11.1.1
|
|
|
|
| 18 |
git+https://github.com/facebookresearch/detectron2@main#subdirectory=projects/DensePose
|