From dc60f6566123c26d9b781e3d84e0973d01a75364 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Wed, 15 Jul 2026 22:37:54 -0700 Subject: [PATCH] chore: bump tokenspeed_mla to 0.1.8 (#31385) Co-authored-by: Claude Fable 5 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 6306798f6..e0f52fc33 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "tiktoken", "tilelang==0.1.11", "timm==1.0.16", - "tokenspeed_mla==0.1.7", + "tokenspeed_mla==0.1.8", "torch==2.11.0", "torch_memory_saver>=0.0.9.post1", "torchao==0.17.0",