From fa966018f467b8d81c86f9b49e0ce7f86784ca98 Mon Sep 17 00:00:00 2001 From: Andy Barry Date: Wed, 5 Apr 2023 23:38:00 -0400 Subject: [PATCH] Fix docker run command. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a834b..32cd814 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Can run real-time LLM chat using alpaca on a 8GB NVIDIA/CUDA GPU (ie 3070 Ti mob ## Installation ``` +git clone https://github.com/andybarry/alpaca_lora_4bit_docker.git docker build -t alpaca_lora_4bit . -docker run -p 7086:7086 alpaca_lora_4bit +docker run --gpus=all -p 7860:7860 alpaca_lora_4bit ``` Point your browser to http://localhost:7086