Fix streaming (#30)

This commit is contained in:
Lianmin Zheng
2024-01-17 16:38:20 -08:00
committed by GitHub
parent 70528762bf
commit 8024fc5eec

View File

@@ -116,7 +116,7 @@ class ServerArgs:
parser.add_argument(
"--stream-interval",
type=int,
default=ServerArgs.random_seed,
default=ServerArgs.stream_interval,
help="The interval in terms of token length for streaming",
)
parser.add_argument(