Skip to content

Commit 34e8b1c

Browse files
add
Signed-off-by: zejunchen-zejun <[email protected]>
1 parent 91e60fd commit 34e8b1c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

atom/config.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,9 @@ def convert_sglang_config_to_atom(config: Any) -> Config:
747747
# data_parallel_rank_local=server_args.data_parallel_rank_local,
748748
)
749749

750-
# create the compilation config for sglang
751-
sgl_compilation_config = CompilationConfig(
752-
static_forward_context={},
753-
)
750+
# create the compilation config static_forward_context for sglang
751+
sgl_compilation_config = CompilationConfig()
752+
sgl_compilation_config.static_forward_context = {}
754753

755754
return Config(
756755
# common config

0 commit comments

Comments
 (0)