Spaces:
Build error
Build error
Commit
·
32663b3
1
Parent(s):
c92cb1e
chore: Upgrade PyTorch and torchvision versions in requirements.txt
Browse files- Updated PyTorch from 2.2.1 to 2.4.0 and torchvision from 0.17.1 to 0.19.0 to leverage new features and improvements while ensuring compatibility with other dependencies.
- 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 |
+
torch==2.4.0
|
| 2 |
+
torchvision==0.19.0
|
| 3 |
accelerate==0.31.0
|
| 4 |
git+https://github.com/huggingface/diffusers.git
|
| 5 |
matplotlib==3.9.1
|