Unverified Commit 5cbd709e authored by huiwq1990's avatar huiwq1990 Committed by GitHub
Browse files

Fix: modelscope env comment (#4474)


Signed-off-by: default avatarhuiwq1990 <huiwq1990@163.com>
parent 2e4a1e2d
...@@ -202,7 +202,7 @@ class DefaultModelLoader(BaseModelLoader): ...@@ -202,7 +202,7 @@ class DefaultModelLoader(BaseModelLoader):
def _maybe_download_from_modelscope( def _maybe_download_from_modelscope(
self, model: str, revision: Optional[str] self, model: str, revision: Optional[str]
) -> Optional[str]: ) -> Optional[str]:
"""Download model from ModelScope hub if VLLM_USE_MODELSCOPE is True. """Download model from ModelScope hub if SGLANG_USE_MODELSCOPE is True.
Returns the path to the downloaded model, or None if the model is not Returns the path to the downloaded model, or None if the model is not
downloaded from ModelScope.""" downloaded from ModelScope."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment