Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Force binary wheels for llama-cpp-python (avoid gcc / cmake builds on Spaces)
|
| 2 |
+
--prefer-binary
|
| 3 |
+
--only-binary llama-cpp-python
|
| 4 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 5 |
+
|
| 6 |
+
# Core dependencies
|
| 7 |
+
llama-cpp-python>=0.2.11
|
| 8 |
+
gradio>=4.0.0
|
| 9 |
+
huggingface_hub>=0.20.0
|