Unverified Commit 8024fc5e authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix streaming (#30)

parent 70528762
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment