Add timing on readme, remove useless line in dockerfile.

This commit is contained in:
Andy Barry
2023-04-08 01:54:29 -04:00
parent 191d92c940
commit a93cf1264a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Made some adjust for the code in peft and gptq for llama, and make it possible f
```
git clone https://github.com/andybarry/alpaca_lora_4bit_docker.git
DOCCKER_BUILDKIT=1 docker build -t 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
```
Point your browser to http://localhost:7860