fvelasco
commited on
Commit
·
f151974
1
Parent(s):
8eb0b06
renamed torch requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -104,9 +104,9 @@ starlette==0.17.1
|
|
104 |
terminado==0.13.3
|
105 |
testpath==0.6.0
|
106 |
tokenizers==0.11.6
|
107 |
-
torch==1.10.2
|
108 |
-
torchaudio==0.10.2
|
109 |
-
torchvision==0.11.3
|
110 |
tornado==6.1
|
111 |
tqdm==4.63.1
|
112 |
traitlets==5.1.1
|
|
|
104 |
terminado==0.13.3
|
105 |
testpath==0.6.0
|
106 |
tokenizers==0.11.6
|
107 |
+
torch==1.10.2
|
108 |
+
torchaudio==0.10.2
|
109 |
+
torchvision==0.11.3
|
110 |
tornado==6.1
|
111 |
tqdm==4.63.1
|
112 |
traitlets==5.1.1
|