Spaces:
Running
Running
Soumik Bose commited on
Commit ·
fcda744
1
Parent(s): f727fe2
go
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# Use pre-built
|
| 2 |
-
llama-cpp-python @ https://github.com/
|
| 3 |
|
| 4 |
fastapi>=0.115.0
|
| 5 |
uvicorn>=0.30.0
|
|
|
|
| 1 |
+
# Use JamePeng's pre-built CPU wheel for Linux
|
| 2 |
+
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.17-Basic-linux-20251202/llama_cpp_python-0.3.17-cp310-cp310-linux_x86_64.whl
|
| 3 |
|
| 4 |
fastapi>=0.115.0
|
| 5 |
uvicorn>=0.30.0
|