fix missing launch server import (#2242)

This commit is contained in:
Enrique Shockwave
2024-11-28 13:24:47 +00:00
committed by GitHub
parent b2ccf36d4d
commit 65fdb28929

View File

@@ -1,5 +1,6 @@
"""Launch the inference server."""
import os
import sys
from sglang.srt.server import launch_server