Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
# Use prebuilt CPU wheels for llama-cpp-python (avoids 10–15 min compile)
|
| 2 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
-
--
|
| 4 |
|
| 5 |
-
llama-cpp-python
|
| 6 |
gradio>=4.0
|
| 7 |
-
huggingface-hub>=0.20
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
--only-binary=:all:
|
| 3 |
|
| 4 |
+
llama-cpp-python
|
| 5 |
gradio>=4.0
|
| 6 |
+
huggingface-hub>=0.20
|