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