From 0642cd5020888a1dace1869cbcde7e9112c1dedf Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Sun, 21 Jun 2026 21:25:37 -0700 Subject: [PATCH] (chore): bump tokenspeed_mla to 0.1.7 (#28759) Co-authored-by: Cursor --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0d4c89240..dbe31e43f 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "tiktoken", "tilelang==0.1.8", "timm==1.0.16", - "tokenspeed_mla==0.1.6", + "tokenspeed_mla==0.1.7", "torch==2.11.0", "torch_memory_saver>=0.0.9.post1", "torchao==0.17.0",