From 74db895e3902a73ffbbba506fe3a3201ae9b4b46 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:17:06 +0000 Subject: [PATCH] chore(deps): update dependency flashinfer-python to v0.5.3 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6434bada68..94dc3c6eeb 100644 --- a/setup.py +++ b/setup.py @@ -666,7 +666,7 @@ def _read_requirements(filename: str) -> list[str]: "mistral_common[audio]"], # Required for audio processing "video": [], # Kept for backwards compatibility # FlashInfer should be updated together with the Dockerfile - "flashinfer": ["flashinfer-python==0.3.1"], + "flashinfer": ["flashinfer-python==0.5.3"], # Optional deps for AMD FP4 quantization support "petit-kernel": ["petit-kernel"], },