atereoyinn
commited on
Commit
•
86f56fc
1
Parent(s):
07157c4
new torch version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ faster-whisper
|
|
4 |
pydantic
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
-
torch==
|
8 |
-
torchvision==0.
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
|
|
|
4 |
pydantic
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
+
torch==2.0.1+cu118
|
8 |
+
torchvision==0.15.2+cu118
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
|