Skip to content

Release v0.6.16.post4

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:15
· 248 commits to main since this release
v0.6.16.post4
79b8ad8

v0.6.16.post4

Restores import flashinfer.comm on Python 3.10 and 3.11. A type annotation in
flashinfer/comm/fd_exchange.py evaluated only on Python 3.12+, and flashinfer.comm
imports that module at import time, so the package failed to import on interpreters
inside the supported range. Downstream packages that touch flashinfer.comm during
their own initialization were affected as well.

Upgrade to this release if you run FlashInfer on Python 3.10 or 3.11.

Full Changelog: v0.6.16.post3...v0.6.16.post4