- 14 Jun, 2024 3 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
This reverts commit 476fb8e8.
-
Patrick Devine authored
-
- 13 Jun, 2024 9 commits
-
-
Daniel Hiltgen authored
Actually skip PhysX on windows
-
Daniel Hiltgen authored
-
Michael Yang authored
fix: multibyte utf16
-
Michael Yang authored
-
Michael Yang authored
-
Patrick Devine authored
-
Jeffrey Morgan authored
-
Michael Yang authored
Revert "proper utf16 support"
-
Michael Yang authored
This reverts commit 66ab4877. this change broke utf-8 scanning of multi-byte runes
-
- 12 Jun, 2024 3 commits
-
-
Patrick Devine authored
-
Michael Yang authored
fix: multiple templates when creating from model
-
Michael Yang authored
multiple templates may appear in a model if a model is created from another model that 1) has an autodetected template and 2) defines a custom template
-
- 11 Jun, 2024 4 commits
-
-
Michael Yang authored
Revert "Merge pull request #4938 from ollama/mxyng/fix-byte-order"
-
Michael Yang authored
This reverts commit f5f245cc, reversing changes made to 94d37fdc. this change broke gguf v2 which is incorrectly detected as big endian
-
Jeffrey Morgan authored
-
James Montgomery authored
-
- 10 Jun, 2024 6 commits
-
-
Michael Yang authored
proper utf16 support
-
Michael Yang authored
update import.md
-
Michael Yang authored
fix: skip removing layers that no longer exist
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
fix parsing big endian gguf
-
- 09 Jun, 2024 8 commits
-
-
Jim Scardelis authored
-
Craig Hughes authored
Critical fix from llama.cpp JSON grammar to forbid un-escaped escape characters inside strings, which breaks parsing. (#3782)
-
Napuh authored
* Added instructions to easily install specific versions on faq.md * Small typo * Moved instructions on how to install specific version to linux.md * Update docs/linux.md * Update docs/linux.md --------- Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
dcasota authored
load_single_document() handles - corrupt files - empty (zero byte) files - unsupported file extensions
-
Jeffrey Morgan authored
-
Nischal Jain authored
-
Jeffrey Morgan authored
* fix embedding by adding fixes from llama.cpp upstream * remove assert --------- Co-authored-by:Jesper Ek <deadbeef84@gmail.com>
-
Erhan authored
-
- 08 Jun, 2024 1 commit
-
-
Michael Yang authored
-
- 07 Jun, 2024 6 commits
-
-
Michael Yang authored
-
Daniel Hiltgen authored
Add ability to skip oneapi generate
-
Michael Yang authored
fix create model when template detection errors
-
Michael Yang authored
-
Daniel Hiltgen authored
This follows the same pattern for cuda and rocm to allow disabling the build even when we detect the dependent libraries
-
Jeffrey Morgan authored
-