mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-31 22:50:15 +01:00
Add .git
This commit is contained in:
parent
b704fe7878
commit
e3c348e42b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user