"vscode:/vscode.git/clone" did not exist on "54f2d48145a8b45bc5aeeea2b01d2220294d4b95"
Unverified Commit 5413ec2b authored by Muqi Li's avatar Muqi Li Committed by GitHub
Browse files

[Bugfix] Fix bug in fork logic caused by null text_ (#2835)

parent f290bd43
......@@ -347,7 +347,7 @@ class StreamExecutor:
size: int = 1,
position_ids_offset: Optional[List[int]] = None,
):
if size > 1:
if size > 1 and str(self.text_):
self.submit(SglCommitLazy())
self.sync()
......
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