Spaces:
Paused
Paused
dharmendra
commited on
Commit
·
505efd2
1
Parent(s):
5601c60
Fix: Update torchvision version for torch 2.6.0 compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -58,7 +58,7 @@ tenacity==9.1.2
|
|
58 |
tokenizers==0.21.0
|
59 |
torch==2.6.0
|
60 |
torchaudio==2.6.0
|
61 |
-
torchvision==0.
|
62 |
tqdm==4.67.1
|
63 |
transformers==4.49.0
|
64 |
typing-inspect==0.9.0
|
|
|
58 |
tokenizers==0.21.0
|
59 |
torch==2.6.0
|
60 |
torchaudio==2.6.0
|
61 |
+
torchvision==0.22.1
|
62 |
tqdm==4.67.1
|
63 |
transformers==4.49.0
|
64 |
typing-inspect==0.9.0
|