1 parent 91e60fd commit 34e8b1cCopy full SHA for 34e8b1c
1 file changed
atom/config.py
@@ -747,10 +747,9 @@ def convert_sglang_config_to_atom(config: Any) -> Config:
747
# data_parallel_rank_local=server_args.data_parallel_rank_local,
748
)
749
750
- # create the compilation config for sglang
751
- sgl_compilation_config = CompilationConfig(
752
- static_forward_context={},
753
- )
+ # create the compilation config static_forward_context for sglang
+ sgl_compilation_config = CompilationConfig()
+ sgl_compilation_config.static_forward_context = {}
754
755
return Config(
756
# common config
0 commit comments