cli: support sglang version (#17250)

This commit is contained in:
Mick
2026-01-18 13:20:24 +08:00
committed by GitHub
parent 7edb06158e
commit 09491a9bcd
4 changed files with 59 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ class ComponentLoader(ABC):
"""
gpu_mem_before_loading = current_platform.get_available_gpu_memory()
logger.info(
"Loading %s. avail mem: %.2f GB",
"Loading %s from %s. avail mem: %.2f GB",
module_name,
component_model_path,
gpu_mem_before_loading,