Release v0.6.16.post4
·
248 commits
to main
since this release
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