Use my fork of GPTQ-for-LLaMa for stability

This commit is contained in:
oobabooga 2023-04-02 01:10:22 -03:00 committed by GitHub
parent 75465fa041
commit b704fe7878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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