Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -2,5 +2,11 @@ torch
|
|
2 |
spaces
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
llama-cpp-python
|
|
|
2 |
spaces
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
+
accelerate
|
6 |
+
bitsandbytes
|
7 |
+
gradio
|
8 |
+
protobuf
|
9 |
+
scipy
|
10 |
+
sentencepiece
|
11 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
|
12 |
llama-cpp-python
|