From 254609daca1bc8e110f01e3d81f1c9b5ac60c00f Mon Sep 17 00:00:00 2001 From: jllllll <3887729+jllllll@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:48:56 -0500 Subject: [PATCH] Update llama-cpp-python link to official wheel (#19) --- install.bat | 1 - start-webui.bat | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/install.bat b/install.bat index 0c9749ca..8f904889 100644 --- a/install.bat +++ b/install.bat @@ -83,7 +83,6 @@ 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/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 diff --git a/start-webui.bat b/start-webui.bat index 694f07a1..23b5b8c3 100644 --- a/start-webui.bat +++ b/start-webui.bat @@ -13,7 +13,7 @@ if not exist "%MAMBA_ROOT_PREFIX%\condabin\micromamba.bat" ( call "%MAMBA_ROOT_PREFIX%\condabin\micromamba.bat" activate "%INSTALL_ENV_DIR%" || ( echo MicroMamba hook not found. && goto end ) cd text-generation-webui -call python server.py --auto-devices --cai-chat +call python server.py --auto-devices --chat :end pause