Mirrors the piper-data/ entry — Orpheus runs against a 2 GB GGUF fetched once and bind-mounted into llama-server. Repo stays binary-free.
20 lines
185 B
Plaintext
20 lines
185 B
Plaintext
# Models (large binary files)
|
|
models/
|
|
piper-data/
|
|
orpheus-data/
|
|
*.onnx
|
|
*.bin
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
|
|
# Environment
|
|
.env
|