From 1df78c2cf12caab93813cdb6f779b436043554a5 Mon Sep 17 00:00:00 2001 From: elvischenv <219235043+elvischenv@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:01:19 +0800 Subject: [PATCH] chore: bump tilelang to 0.1.12 (#30874) Co-authored-by: Claude Opus 4.8 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 493c5d846..0829eac02 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "smg-grpc-servicer>=0.5.0", "soundfile==0.13.1", "tiktoken", - "tilelang==0.1.11", + "tilelang==0.1.12", "timm==1.0.16", "tokenspeed_mla==0.1.8", "tomli ; python_version < '3.11'",