Skip to content

v0.40.1

Choose a tag to compare

@noahgift noahgift released this 11 Jun 04:50
· 61 commits to main since this release
a9fcc8d

Fixed

  • apr export --quantize q4_k no longer rejected: export's quantization
    parser matched only q4k, while apr convert and apr quantize both accept
    q4k | q4_k. A user who learned the underscored spelling hit
    Unknown quantization: q4_k on export only. Export now accepts both spellings
    (and the error message lists the alias).