mirror of
https://github.com/kvcache-ai/sglang.git
synced 2026-07-18 09:47:22 +00:00
perf: reduce ttft and itl with stream_interval 1 (#658)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user