This commit is contained in:
remsky 2024-12-30 05:29:45 -07:00
commit ca66dfe27e

View file

@ -12,7 +12,7 @@ Dockerized with NVIDIA GPU support, simple queue handling via sqllite, and autom
## Quick Start
```bash
# Start the API (will automatically clone source HF repo
# Start the API (will automatically clone source HF repo via git-lfs)
docker compose up --build
```