Spaces:
Runtime error
Runtime error
Pin torch version to fix the Space (#4)
Browse files- Pin torch version to fix the Space (a98ec72eec5ed99fbf2db405f8192b951992a7fd)
Co-authored-by: Merve Noyan <merve@users.noreply.huggingface.co>
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ bitsandbytes
|
|
4 |
sentencepiece
|
5 |
accelerate
|
6 |
loralib
|
|
|
7 |
peft
|
|
|
4 |
sentencepiece
|
5 |
accelerate
|
6 |
loralib
|
7 |
+
torch==2.0.1
|
8 |
peft
|