Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 268 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

llm-lab

To run with nvidia capabilities:

docker compose -f docker-compose.yml --env-file .env-example --profile nvidia up -d

To run with another gpu/cpu:

docker compose -f docker-compose.yml --env-file .env-example --profile others up -d