Skip to content

Latest commit

 

History

History

alpaca-lora-7B

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Alpaca-7B service

Description

This project use the Alpaca-LoRA (Low-Rank LLaMA Instruct-Tuning) model and turns it into an gRPC service through SimpleAI.

Build

docker build . -t alpaca-7b-service:latest

Start service

docker run -it --rm -p 50051:50051 --gpus all alpaca-7b-service:latest