Spaces:
Runtime error
Runtime error
Commit
·
1d75e34
1
Parent(s):
a1ee9f7
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -390,12 +390,12 @@ tokenizers==0.13.3
|
|
390 |
toml==0.10.2
|
391 |
tomli==2.0.1
|
392 |
toolz==0.12.0
|
393 |
-
torch
|
394 |
-
torchaudio
|
395 |
torchdata==0.6.1
|
396 |
torchsummary==1.5.1
|
397 |
torchtext==0.15.2
|
398 |
-
torchvision
|
399 |
tornado==6.3.1
|
400 |
tqdm==4.65.0
|
401 |
traitlets==5.7.1
|
|
|
390 |
toml==0.10.2
|
391 |
tomli==2.0.1
|
392 |
toolz==0.12.0
|
393 |
+
torch <= 2.0.0
|
394 |
+
torchaudio <= 2.0.0
|
395 |
torchdata==0.6.1
|
396 |
torchsummary==1.5.1
|
397 |
torchtext==0.15.2
|
398 |
+
torchvision <=0.15.2
|
399 |
tornado==6.3.1
|
400 |
tqdm==4.65.0
|
401 |
traitlets==5.7.1
|