From 1ee12266e82f57ee7b32fc54a90ee1bdbb65a6be Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Mon, 22 May 2023 13:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74a373a..233fb2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,8 +21,8 @@ click~=8.1.3 tabulate azure-core bitsandbytes; platform_system != "Windows" -llama-cpp-python==0.1.34; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.34/llama_cpp_python-0.1.34-cp310-cp310-win_amd64.whl; platform_system == "Windows" +#llama-cpp-python==0.1.34; platform_system != "Windows" +#https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.34/llama_cpp_python-0.1.34-cp310-cp310-win_amd64.whl; platform_system == "Windows" torch~=2.0.0 pydantic~=1.10.7