Major Changes
- Windows arm64 cpu support by @jihadkhawaja in #1226
- Update For Qwen3.5/Gemma4 Support by @martindevans in #1356
- Context Overflow Fix by @zsogitbe in #1373
Bug Fixes
- Fix flaky unit tests by @m0nsky in #1350
- Fix failing workflow caused by new python version by @m0nsky in #1329
- Fix/remove standalone metal shader by @m0nsky in #1331
- Replace -DLLAMA_CURL=OFF with -DLLAMA_OPENSSL=OFF by @m0nsky in #1333
- Linux RUNPATH by @m0nsky in #1330
- Fix compile.yml regressions + switch windows arm64 build to clang by @m0nsky in #1334
- Removed outdated reference to llava_shared.dll for Windows arm64 target by @martindevans in #1339
- Disable shared object versioning by @m0nsky in #1346
- Fix musl detection using RID instead of distro name by @m0nsky in #1347
- bugfix: bugfix: LLamaWeights.NativeHandle.LoadLoraFromFile need read & write access to lora file by @harry330 in #1368
Other Changes
- Expand CI matrix, new platforms + renames by @m0nsky in #1348
- Remove setting hardcoded value for n_seq_max in IContextParamsExtensions by @Ed-Pavlov in #1354
- docs: add FAQ entry for "unknown model architecture" error by @Klivess in #1371
New Contributors
- @jihadkhawaja made their first contribution in #1226
- @Ed-Pavlov made their first contribution in #1354
- @harry330 made their first contribution in #1368
- @Klivess made their first contribution in #1371
Full Changelog: v0.26.0...v0.27.0