Spaces:
Build error
Build error
Update requirements.txt
Browse filesAdded cmake as a possible dependency of llama.cpp
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
llama_cpp_python==0.3.15
|
| 2 |
gradio==5.34.2
|
| 3 |
pypdf==5.9.0
|
| 4 |
python-docx==1.2.0
|
| 5 |
-
pandas==2.3.0
|
|
|
|
| 1 |
+
cmake==4.0.3
|
| 2 |
llama_cpp_python==0.3.15
|
| 3 |
gradio==5.34.2
|
| 4 |
pypdf==5.9.0
|
| 5 |
python-docx==1.2.0
|
| 6 |
+
pandas==2.3.0
|