From 85e4ec6e6becfb229c50688de242346d5f30c402 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:22:48 -0300 Subject: [PATCH] Download the cuda branch directly --- install.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.bat b/install.bat index 81f6d070..11eb264b 100644 --- a/install.bat +++ b/install.bat @@ -91,9 +91,8 @@ if not exist repositories\ ( ) cd repositories || goto end if not exist GPTQ-for-LLaMa\ ( - git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa.git + git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa.git -b cuda cd GPTQ-for-LLaMa || goto end - git checkout cuda call python -m pip install -r requirements.txt call python setup_cuda.py install if not exist "%INSTALL_ENV_DIR%\lib\site-packages\quant_cuda-0.0.0-py3.10-win-amd64.egg" (