diff --git a/install.bat b/install.bat index 3508e5b7..45df4b4f 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/oobabooga/GPTQ-for-LLaMa -b cuda + git clone https://github.com/oobabooga/GPTQ-for-LLaMa.git -b cuda cd GPTQ-for-LLaMa || goto end call python -m pip install -r requirements.txt call python setup_cuda.py install