diff --git a/python/pyproject.toml b/python/pyproject.toml old mode 100644 new mode 100755 index 0c496484e..973307bdc --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -63,7 +63,7 @@ srt = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.3.0", + "flashinfer_python==0.3.1", ] blackwell = [ @@ -73,7 +73,7 @@ blackwell = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.3.0", + "flashinfer_python==0.3.1", ] # HIP (Heterogeneous-computing Interface for Portability) for AMD diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index 9155060c8..4b4cdcb34 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -673,7 +673,7 @@ def _set_envs_and_config(server_args: ServerArgs): if server_args.attention_backend == "flashinfer": assert_pkg_version( "flashinfer_python", - "0.3.0", + "0.3.1", "Please uninstall the old version and " "reinstall the latest version by following the instructions " "at https://docs.flashinfer.ai/installation.html.",