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 (large binary files)
|
||||||
models/
|
models/
|
||||||
piper-data/
|
piper-data/
|
||||||
|
orpheus-data/
|
||||||
*.onnx
|
*.onnx
|
||||||
*.bin
|
*.bin
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user