Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch
|
|
2 |
spaces
|
3 |
huggingface_hub
|
4 |
transformers
|
|
|
5 |
llama-cpp-python
|
|
|
2 |
spaces
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
6 |
llama-cpp-python
|