Fix docker run command.

This commit is contained in:
Andy Barry 2023-04-05 23:38:00 -04:00
parent 1af4023883
commit fa966018f4
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ Can run real-time LLM chat using alpaca on a 8GB NVIDIA/CUDA GPU (ie 3070 Ti mob
## Installation ## Installation
``` ```
git clone https://github.com/andybarry/alpaca_lora_4bit_docker.git
docker build -t alpaca_lora_4bit . 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 Point your browser to http://localhost:7086