Commit
•
b8c1d00
1
Parent(s):
fc16930
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,6 +3,6 @@ accelerate==0.13.2
|
|
3 |
bitsandbytes==0.32.1
|
4 |
Pillow
|
5 |
--find-links https://download.pytorch.org/whl/cu116
|
6 |
-
torch==1.12.
|
7 |
-
torchvision==0.13.
|
8 |
-
torchaudio==0.12.
|
|
|
3 |
bitsandbytes==0.32.1
|
4 |
Pillow
|
5 |
--find-links https://download.pytorch.org/whl/cu116
|
6 |
+
torch==1.12.0+cu116
|
7 |
+
torchvision==0.13.0+cu116
|
8 |
+
torchaudio==0.12.0
|