minor: limit the range of vllm versions (#2350)

This commit is contained in:
Yineng Zhang
2024-12-05 02:00:34 +08:00
committed by GitHub
parent ed45e509df
commit 2db4469808
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ from sglang.version import __version__
__all__ += ["__version__"]
# SGL Backends
# SGLang Backends
from sglang.lang.backend.runtime_endpoint import RuntimeEndpoint
from sglang.utils import LazyImport