Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,6 +1,13 @@
|
|
|
|
|
|
|
|
1 |
gradio>=5.0
|
2 |
opencv-python
|
3 |
pillow
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
huggingface-hub
|
6 |
-
termcolor
|
|
|
1 |
+
# force a source build of llama‐cpp‐python
|
2 |
+
--no-binary llama-cpp-python
|
3 |
+
|
4 |
gradio>=5.0
|
5 |
opencv-python
|
6 |
pillow
|
7 |
+
|
8 |
+
# build llama-cpp-python from source with OpenBLAS
|
9 |
+
llama-cpp-python>=0.3.9 \
|
10 |
+
--config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
|
11 |
+
|
12 |
huggingface-hub
|
13 |
+
termcolor
|