From e590407c5f6be7006a4cc52c0fdb6f8cd964e03e Mon Sep 17 00:00:00 2001 From: Andy Barry Date: Mon, 10 Apr 2023 08:56:05 -0400 Subject: [PATCH] Fix readme typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e6f01..5c7d73d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Made some adjust for the code in peft and gptq for llama, and make it possible f ``` 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_BUILDKIT=1 docker build -t alpaca_lora_4bit . # build step can take 12 min docker run --gpus=all -p 7860:7860 alpaca_lora_4bit ``` Point your browser to http://localhost:7860