From c3e1a58cb3a77a7bf875936e6978eb832a4408df Mon Sep 17 00:00:00 2001 From: jllllll <3887729+jllllll@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:46:54 -0500 Subject: [PATCH] Correct llama-cpp-python wheel link (#17) --- install.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 90ac026..0c9749c 100644 --- a/install.bat +++ b/install.bat @@ -8,6 +8,9 @@ echo WARNING: This script relies on Micromamba which may have issues on some systems when installed under a path with spaces. echo May also have issues with long paths.&& echo. +pause +cls + echo What is your GPU? echo. echo A) NVIDIA @@ -80,7 +83,7 @@ if exist text-generation-webui\ ( ) else ( git clone https://github.com/oobabooga/text-generation-webui.git call python -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/raw/main/bitsandbytes-0.37.2-py3-none-any.whl - call python -m pip install https://github.com/abetlen/llama-cpp-python/raw/main/wheels/llama_cpp_python-0.1.26-cp310-cp310-win_amd64.whl --no-deps + call python -m pip install https://github.com/Loufe/llama-cpp-python/raw/main/wheels/llama_cpp_python-0.1.26-cp310-cp310-win_amd64.whl --no-deps cd text-generation-webui || goto end ) call python -m pip install -r requirements.txt --upgrade