This commit is contained in:
oobabooga 2023-04-02 01:11:05 -03:00 committed by GitHub
parent b704fe7878
commit e3c348e42b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ if not exist repositories\ (
) )
cd repositories || goto end cd repositories || goto end
if not exist GPTQ-for-LLaMa\ ( if not exist GPTQ-for-LLaMa\ (
git clone https://github.com/oobabooga/GPTQ-for-LLaMa -b cuda git clone https://github.com/oobabooga/GPTQ-for-LLaMa.git -b cuda
cd GPTQ-for-LLaMa || goto end cd GPTQ-for-LLaMa || goto end
call python -m pip install -r requirements.txt call python -m pip install -r requirements.txt
call python setup_cuda.py install call python setup_cuda.py install