Spaces:
Running on Zero
Running on Zero
| # Scoped LFS patterns for the Open JTalk system dictionary. | |
| # | |
| # The repository-root .gitattributes (plan 01-02) arms *.vrm / *.vvm / *.wav / *.onnx, | |
| # which already covers model/zundamon.vvm. The dictionary ships .dic and .bin files that | |
| # none of those patterns match, and sys.dic alone is ~103 MB - far past the 10 MB | |
| # threshold above which a Hugging Face Space repo rejects a non-LFS push. | |
| # | |
| # These patterns live here rather than in the root file so plan 01-02 keeps sole | |
| # ownership of the root .gitattributes; git applies attributes hierarchically, so a | |
| # directory-scoped file composes with the root one instead of competing with it. | |
| *.dic filter=lfs diff=lfs merge=lfs -text | |
| *.bin filter=lfs diff=lfs merge=lfs -text | |