"vscode:/vscode.git/clone" did not exist on "74c5e31dd11fbb2b75bdc28246231ca3ec0ca72d"
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: ...@@ -116,7 +116,7 @@ class ServerArgs:
parser.add_argument( parser.add_argument(
"--stream-interval", "--stream-interval",
type=int, type=int,
default=ServerArgs.random_seed, default=ServerArgs.stream_interval,
help="The interval in terms of token length for streaming", help="The interval in terms of token length for streaming",
) )
parser.add_argument( 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