Move sgl.Runtime under sglang/lang (#2990)

This commit is contained in:
Lianmin Zheng
2025-01-19 17:10:29 -08:00
committed by GitHub
parent e403d23757
commit 61f42b5732
17 changed files with 267 additions and 329 deletions

View File

@@ -27,7 +27,8 @@ from sglang.bench_serving import (
sample_random_requests,
set_ulimit,
)
from sglang.srt.server import Engine, Runtime
from sglang.lang.backend.runtime_endpoint import Runtime
from sglang.srt.server import Engine
from sglang.srt.server_args import ServerArgs