Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# 核心:GGUF模型推理库(指定版本,避免兼容性问题)
|
| 2 |
-
llama-cpp-python==0.2.
|
| 3 |
# FastAPI服务相关(接口、部署、请求解析)
|
| 4 |
fastapi==0.110.0
|
| 5 |
uvicorn==0.27.1
|
|
|
|
| 1 |
# 核心:GGUF模型推理库(指定版本,避免兼容性问题)
|
| 2 |
+
llama-cpp-python==0.2.70
|
| 3 |
# FastAPI服务相关(接口、部署、请求解析)
|
| 4 |
fastapi==0.110.0
|
| 5 |
uvicorn==0.27.1
|