timdettmers
commited on
Commit
·
564be55
1
Parent(s):
05dc095
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ gradio
|
|
3 |
torch
|
4 |
numpy
|
5 |
sentencepiece
|
6 |
-
bitsandbytes
|
7 |
scipy
|
8 |
git+https://github.com/huggingface/transformers.git
|
9 |
git+https://github.com/huggingface/peft.git
|
|
|
3 |
torch
|
4 |
numpy
|
5 |
sentencepiece
|
6 |
+
bitsandbytes==0.40.0.post2
|
7 |
scipy
|
8 |
git+https://github.com/huggingface/transformers.git
|
9 |
git+https://github.com/huggingface/peft.git
|