Spaces:
Running on Zero
Running on Zero
Manmay Nakhashi commited on
Commit ·
c0ac8ad
1
Parent(s): b8b67ad
Pin torch/torchaudio==2.4.0 to fix ZeroGPU libcudart.so.13 mismatch
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchaudio
|
| 3 |
safetensors>=0.4.0
|
| 4 |
accelerate>=0.25.0
|
| 5 |
peft>=0.7.0
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torchaudio==2.4.0
|
| 3 |
safetensors>=0.4.0
|
| 4 |
accelerate>=0.25.0
|
| 5 |
peft>=0.7.0
|