Skip to content

v0.2.1

Choose a tag to compare

@beamivalice beamivalice released this 18 Jun 23:13
· 28 commits to master since this release

Summary

  • Source-only quantization planning--init-quant-config builds quantization_config.json from BF16 weights (no turboderp oracle)
  • Plan-only conversion — use the plan dir as --oracle-dir with --scale-mode computed
  • Bit budget--bits, --head-bits, --use-bit-allocation, --layer-bits REGEX:K
  • .work/ gitignored

Install

pip install "ponyexl3 @ git+https://github.com/beamivalice/PonyExl3.git@v0.2.1"

Test plan

  • pytest tests/test_convert*.py — 53 passed
  • uv buildponyexl3-0.2.1 sdist + wheel