This project use the Alpaca-LoRA (Low-Rank LLaMA Instruct-Tuning) model and turns it into an gRPC service through SimpleAI.
docker build . -t alpaca-7b-service:latest
docker run -it --rm -p 50051:50051 --gpus all alpaca-7b-service:latest
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This project use the Alpaca-LoRA (Low-Rank LLaMA Instruct-Tuning) model and turns it into an gRPC service through SimpleAI.
docker build . -t alpaca-7b-service:latest
docker run -it --rm -p 50051:50051 --gpus all alpaca-7b-service:latest