Florent Gbelidji commited on
Commit ·
f0c5447
1
Parent(s): b458d1e
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/torch_stable.html
|
| 6 |
-
torch==1.
|
| 7 |
-
torchvision==0.
|
| 8 |
-
torchaudio==0.
|
|
|
|
| 3 |
bitsandbytes==0.32.1
|
| 4 |
Pillow
|
| 5 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 6 |
+
torch==1.12.1+cu116
|
| 7 |
+
torchvision==0.13.1+cu116
|
| 8 |
+
torchaudio==0.12.1
|