From f7e102d56af50317b003fa3d3e86fcf4fe53d0d8 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Wed, 23 Jul 2025 17:57:20 -0700 Subject: [PATCH] Pin the version of petit kernel to fix the APIs (#8235) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 64915df6b..1cf32215d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -79,7 +79,7 @@ blackwell = [ srt_hip = [ "sglang[runtime_common]", "torch", - "petit_kernel", + "petit_kernel==0.0.2", ] # xpu is not enabled in public vllm and torch whl,