Initial commit: Productionized Swarm with Docker support

This commit is contained in:
Nathan
2026-04-16 16:46:24 +10:00
committed by Nathan
commit ea4c11e32f
39 changed files with 331 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Model Caches (Massive)
huggingface_cache/
sglang_cache/
models/
checkpoints/
# Local Python & Environment
__pycache__/
*.pyc
.venv/
.env
# Large Binary Data
voice-samples/*.wav
voice-samples/*.mp3
tts_test.wav
# Local source copies (since we COPY them in Docker)
local-sglang/