From e3c348e42bb17adf79a5efd1d3522d8a0782ccc2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 2 Apr 2023 01:11:05 -0300 Subject: [PATCH] Add .git --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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