Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
56c39a05
Unverified
Commit
56c39a05
authored
Mar 13, 2025
by
William
Committed by
GitHub
Mar 12, 2025
Browse files
Remove the choices in --speculative-eagle-topk argument (#4329)
parent
4068e012
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+0
-1
No files found.
python/sglang/srt/server_args.py
View file @
56c39a05
...
@@ -771,7 +771,6 @@ class ServerArgs:
...
@@ -771,7 +771,6 @@ class ServerArgs:
"--speculative-eagle-topk"
,
"--speculative-eagle-topk"
,
type
=
int
,
type
=
int
,
help
=
"The number of tokens sampled from the draft model in eagle2 each step."
,
help
=
"The number of tokens sampled from the draft model in eagle2 each step."
,
choices
=
[
1
,
2
,
4
,
8
],
default
=
ServerArgs
.
speculative_eagle_topk
,
default
=
ServerArgs
.
speculative_eagle_topk
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment