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
ac971ff6
Unverified
Commit
ac971ff6
authored
Jul 20, 2024
by
zhyncs
Committed by
GitHub
Jul 19, 2024
Browse files
perf: reduce ttft and itl with stream_interval 1 (#658)
parent
e1792cca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+1
-1
No files found.
python/sglang/srt/server_args.py
View file @
ac971ff6
...
...
@@ -33,7 +33,7 @@ class ServerArgs:
# Other runtime options
tp_size
:
int
=
1
stream_interval
:
int
=
8
stream_interval
:
int
=
1
random_seed
:
Optional
[
int
]
=
None
# Logging
...
...
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