Skip to content

v0.27.0

Latest

Choose a tag to compare

@martindevans martindevans released this 26 Apr 17:00
· 45 commits to master since this release
7cbbc45

Major Changes

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

Full Changelog: v0.26.0...v0.27.0