Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
gradio
|
3 |
torch
|
4 |
-
huggingface_hub
|
5 |
transformers
|
6 |
accelerate
|
7 |
sentencepiece
|
8 |
peft
|
9 |
-
bitsandbytes
|
10 |
-
scipy
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
gradio
|
3 |
torch
|
4 |
+
huggingface_hub
|
5 |
transformers
|
6 |
accelerate
|
7 |
sentencepiece
|
8 |
peft
|
9 |
+
bitsandbytes
|
|