From b5d49cb9b1a73c936894c0de63564f7f52e95624 Mon Sep 17 00:00:00 2001 From: Andy Barry Date: Sat, 8 Apr 2023 12:38:45 -0400 Subject: [PATCH] Fix URL in readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23cd25e..67fe70d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Made some adjust for the code in peft and gptq for llama, and make it possible f ## Quick start for running the chat UI ``` -git clone https://github.com/andybarry/alpaca_lora_4bit_docker.git +git clone https://github.com/johnsmith0031/alpaca_lora_4bit.git +cd alpaca_lora_4bit DOCCKER_BUILDKIT=1 docker build -t alpaca_lora_4bit . # build step can take 12 min docker run --gpus=all -p 7860:7860 alpaca_lora_4bit ```