Skip to content

v0.23.8

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:55
· 14 commits to master since this release
9b0e5ee

Highlights

  • Added prebuilt CUDA 13 wheels for Linux aarch64.
  • ARM64 and x86_64 CUDA 13 wheels now cover CPython 3.10 through 3.14.
  • Added a manual ARM-only release preflight that builds artifacts without publishing a GitHub Release or PyPI package.

Installation

python -m pip install --only-binary=:all: pegaflow-llm-cu13==0.23.8

pip selects the matching x86_64 or aarch64 wheel automatically.

Validation

  • Manual ARM64 CUDA 13 preflight: 5/5 wheel builds passed.
  • Tagged release matrix: 15/15 wheel builds passed.
  • GitHub Release and both PyPI publish jobs completed successfully.

Full Changelog: v0.23.7...v0.23.8