Spaces:
Sleeping
Sleeping
Upgrade llama-cpp-python wheel and add libopenblas0-pthread package
Browse files- packages.txt +1 -0
- requirements.txt +1 -1
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
libopenblas0-pthread
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
huggingface_hub
|
| 2 |
|
| 3 |
gradio
|
| 4 |
-
https://github.com/rafael-vasconcellos/llama-cpp-python-wheels/releases/download/v0.0.2/llama_cpp_python-0.3.16-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 1 |
huggingface_hub
|
| 2 |
|
| 3 |
gradio
|
| 4 |
+
https://github.com/rafael-vasconcellos/llama-cpp-python-wheels/releases/download/v0.0.2-BLAS/llama_cpp_python-0.3.16-cp310-cp310-linux_x86_64.whl
|