From b704fe7878a1ff84c25e276d6ac7fec1de54c049 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 2 Apr 2023 01:10:22 -0300 Subject: [PATCH] Use my fork of GPTQ-for-LLaMa for stability --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index cdda3f87..3508e5b7 100644 --- a/install.bat +++ b/install.bat @@ -95,7 +95,7 @@ if not exist repositories\ ( ) cd repositories || goto end if not exist GPTQ-for-LLaMa\ ( - git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa.git -b cuda + git clone https://github.com/oobabooga/GPTQ-for-LLaMa -b cuda cd GPTQ-for-LLaMa || goto end call python -m pip install -r requirements.txt call python setup_cuda.py install