Bump FI version (#17700)

Signed-off-by: Shahar Mor <smor@nvidia.com>
Co-authored-by: b8zhong <b8zhong@uwaterloo.ca>
This commit is contained in:
shaharmor98
2026-01-26 16:50:06 +08:00
committed by GitHub
co-authored by b8zhong
parent 2734b23481
commit f6f1b6d000
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ARG PIP_DEFAULT_INDEX
ARG UBUNTU_MIRROR
ARG GITHUB_ARTIFACTORY=github.com
ARG INSTALL_FLASHINFER_JIT_CACHE=0
ARG FLASHINFER_VERSION=0.6.1
ARG FLASHINFER_VERSION=0.6.2
ENV DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \
+2 -2
View File
@@ -28,8 +28,8 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.6.1", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.1",
"flashinfer_python==0.6.2", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.2",
"gguf",
"hf_transfer",
"huggingface_hub",
+1 -1
View File
@@ -800,7 +800,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if server_args.attention_backend == "flashinfer":
assert_pkg_version(
"flashinfer_python",
"0.6.1",
"0.6.2",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",
+1 -1
View File
@@ -5,7 +5,7 @@ set -euxo pipefail
# Set up environment variables
IS_BLACKWELL=${IS_BLACKWELL:-0}
CU_VERSION="cu129"
FLASHINFER_VERSION=0.6.1
FLASHINFER_VERSION=0.6.2
OPTIONAL_DEPS="${1:-}"
# Detect system architecture