Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
gradio>=5.0
|
| 2 |
-
llama-cpp-python
|
| 3 |
huggingface-hub
|
| 4 |
python-docx
|
| 5 |
pdfplumber
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
gradio>=5.0
|
| 3 |
+
llama-cpp-python==0.3.34
|
| 4 |
huggingface-hub
|
| 5 |
python-docx
|
| 6 |
pdfplumber
|