Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c92cb1e
1
Parent(s):
6bb7e30
chore: Downgrade PyTorch and torchvision versions in requirements.txt
Browse files- Changed PyTorch from 2.5.1 to 2.2.1 and torchvision from 0.20.1 to 0.17.1 to align with project requirements and compatibility.
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
torchvision==0.
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
matplotlib==3.9.1
|
|
|
1 |
+
pytorch==2.2.1
|
2 |
+
torchvision==0.17.1
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
matplotlib==3.9.1
|