From 760c20b360410412f1b48604cbc8117b083edb54 Mon Sep 17 00:00:00 2001 From: Lzhang-hub <57925599+Lzhang-hub@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:10:34 +0800 Subject: [PATCH] update flashinfer_cubin==0.5.3 (#13848) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 71529f11e..121740915 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "einops", "fastapi", "flashinfer_python==0.5.3", # keep it aligned with jit-cache version in Dockerfile - # "flashinfer_cubin==0.5.3", # TODO: Add it back when the cubin is ready: https://github.com/flashinfer-ai/flashinfer/issues/2133 + "flashinfer_cubin==0.5.3", "gguf", "hf_transfer", "huggingface_hub",