timdettmers
commited on
Commit
•
657bef5
1
Parent(s):
6f67d37
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
einops
|
2 |
gradio
|
3 |
torch
|
4 |
-
transformers
|
5 |
numpy
|
6 |
sentencepiece
|
7 |
bitsandbytes
|
8 |
-
accelerate
|
9 |
scipy
|
10 |
-
|
|
|
|
|
|
1 |
einops
|
2 |
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
|
10 |
+
git+https://github.com/huggingface/accelerate.git
|