Gitignore orpheus-data/ for the local GGUF cache
Mirrors the piper-data/ entry — Orpheus runs against a 2 GB GGUF fetched once and bind-mounted into llama-server. Repo stays binary-free.
This commit is contained in:
parent
f00d0e27a2
commit
549deb877d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# Models (large binary files)
|
||||
models/
|
||||
piper-data/
|
||||
orpheus-data/
|
||||
*.onnx
|
||||
*.bin
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user