Skip to content

Commit b98391e

Browse files
authored
fix: use native GGUF chat template instead of name-based inference (#188)
1 parent 0db9b4a commit b98391e

19 files changed

Lines changed: 1413 additions & 1183 deletions

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ Cargo.lock linguist-generated=true
1919
*.toml linguist-detectable=true
2020
*.yml linguist-detectable=true
2121
*.yaml linguist-detectable=true
22+
23+
# Force LF line endings for shell scripts (prevents CRLF shebang failures on Linux CI)
24+
*.sh text eol=lf

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)