Spaces:
Runtime error
Runtime error
fix bad syntax in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# force a source build of llama‐cpp‐python
|
| 2 |
-
--no-binary
|
| 3 |
|
| 4 |
gradio>=5.0
|
| 5 |
opencv-python
|
|
|
|
| 1 |
# force a source build of llama‐cpp‐python
|
| 2 |
+
--no-binary=llama-cpp-python
|
| 3 |
|
| 4 |
gradio>=5.0
|
| 5 |
opencv-python
|