fiewolf1000 commited on
Commit
a88ea20
·
verified ·
1 Parent(s): d3b998c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # 核心:GGUF模型推理库(指定版本,避免兼容性问题)
2
- llama-cpp-python==0.2.65
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