Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
6bb7e30
1
Parent(s):
9413492
chore: Update PyTorch and torchvision versions in requirements.txt
Browse files- Upgraded torch from 2.1.2 to 2.5.1 and torchvision from 0.16.2 to 0.20.1 to ensure compatibility with new features and improvements.
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==2.1
|
2 |
-
torchvision==0.
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
matplotlib==3.9.1
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision==0.20.1
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
matplotlib==3.9.1
|