Skip to content

Commit

Permalink
fix missing launch server import
Browse files Browse the repository at this point in the history
  • Loading branch information
qeternity committed Nov 28, 2024
1 parent b2ccf36 commit f7f0ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sglang/launch_server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Launch the inference server."""

import os
import sys

from sglang.srt.server import launch_server
Expand Down

0 comments on commit f7f0ada

Please sign in to comment.