Skip to content

Commit

Permalink
perf: reduce ttft and itl with stream_interval 1 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Jul 19, 2024
1 parent e1792cc commit ac971ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/server_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac971ff

Please sign in to comment.