Skip to content

Commit 51e18dc

Browse files
committed
fix: skip sglang --config to avoid conflict with --sglang-config, update sglang.patch
1 parent 2d18f92 commit 51e18dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slime/backends/sglang_utils/arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def add_sglang_arguments(parser):
4848

4949
skipped_args = [
5050
"model_path",
51+
"config",
5152
"trust_remote_code",
5253
"random_seed",
5354
# memory

0 commit comments

Comments
 (0)