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"], },