Skip to content

fix: pin apache-tvm-ffi below 0.1.10 for tilelang 0.1.8 - #995

Open
Chessing234 wants to merge 1 commit into
state-spaces:mainfrom
Chessing234:fix/tvm-ffi-tilelang-compat
Open

fix: pin apache-tvm-ffi below 0.1.10 for tilelang 0.1.8#995
Chessing234 wants to merge 1 commit into
state-spaces:mainfrom
Chessing234:fix/tvm-ffi-tilelang-compat

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • With tilelang==0.1.8, apache-tvm-ffi 0.1.10+ breaks import/compile.
  • Cap at <0.1.10 (0.1.9 works).

Fixes #986

Test plan

  • pip install resolves apache-tvm-ffi<0.1.10
  • import mamba_ssm / tilelang MIMO smoke

Made with Cursor

0.1.10+ breaks tilelang 0.1.8 import/compile; measured working ceiling is 0.1.9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

apache-tvm-ffi<=0.1.12 (after #984) is incompatible with pinned tilelang==0.1.8 — measured working ceiling is 0.1.9

1 participant