perf: reduce ttft and itl with stream_interval 1 (#658)
This commit is contained in:
@@ -33,7 +33,7 @@ class ServerArgs:
|
|||||||
|
|
||||||
# Other runtime options
|
# Other runtime options
|
||||||
tp_size: int = 1
|
tp_size: int = 1
|
||||||
stream_interval: int = 8
|
stream_interval: int = 1
|
||||||
random_seed: Optional[int] = None
|
random_seed: Optional[int] = None
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
|||||||
Reference in New Issue
Block a user