[Misc] Restrict ray version dependency and update PP feature warning in V1 (#15556)

This commit is contained in:
Rui Qiao
2025-03-26 23:21:07 -07:00
committed by GitHub
parent 619d3de8bd
commit df8d3d1287
4 changed files with 8 additions and 5 deletions

View File

@@ -313,7 +313,7 @@ class ModelConfig:
raise ValueError(
"VLLM_ATTENTION_BACKEND is set to FLASHINFER, but flashinfer "
"module was not found."
"See https://github.com/vllm-project/vllm/blob/main/Dockerfile"
"See https://github.com/vllm-project/vllm/blob/main/Dockerfile "
"for instructions on how to install it.")
# The tokenizer version is consistent with the model version by default.