Skip to content

LEv145/rugpt-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RuGPT Docker compose

Setup

# Download models to store
docker compose up download
# Run RuGPT
docker compose run [model]
# Where [model] is one of: rugpt3 | rugpt3-xl (experemental)

./store is mounted to /mnt/store in container