From 310a865ccd359b8cc93ecb02cb2e7266938a19f2 Mon Sep 17 00:00:00 2001 From: hzg0601 Date: Thu, 27 Jul 2023 14:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4requirements=E7=9A=84?= =?UTF-8?q?=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f97f67..84adf2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,12 +24,6 @@ openai #peft~=0.3.0 #bitsandbytes; platform_system != "Windows" -# 要调用llama-cpp模型,如vicuma-13b量化模型需要安装llama-cpp-python库 -# but!!! 实测pip install 不好使,需要手动从ttps://github.com/abetlen/llama-cpp-python/releases/下载 -# 而且注意不同时期的ggml格式并不!兼!容!!!因此需要安装的llama-cpp-python版本也不一致,需要手动测试才能确定 -# 实测ggml-vicuna-13b-1.1在llama-cpp-python 0.1.63上可正常兼容 -# 不过!!!本项目模型加载的方式控制的比较严格,与llama-cpp-python的兼容性较差,很多参数设定不能使用, -# 建议如非必要还是不要使用llama-cpp torch~=2.0.0 pydantic~=1.10.7 starlette~=0.26.1