Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
0c0c8137
Unverified
Commit
0c0c8137
authored
Aug 01, 2024
by
Kai Fronsdal
Committed by
GitHub
Aug 01, 2024
Browse files
Fix #857 (#858)
parent
90286d85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/sglang/lang/interpreter.py
python/sglang/lang/interpreter.py
+2
-1
No files found.
python/sglang/lang/interpreter.py
View file @
0c0c8137
...
@@ -553,6 +553,7 @@ class StreamExecutor:
...
@@ -553,6 +553,7 @@ class StreamExecutor:
"output_token_logprobs"
:
output_token_logprobs
,
"output_token_logprobs"
:
output_token_logprobs
,
}
}
self
.
variable_event
[
name
].
set
()
self
.
variable_event
[
name
].
set
()
if
self
.
stream_var_event
:
self
.
stream_var_event
[
name
].
set
()
self
.
stream_var_event
[
name
].
set
()
self
.
text_
+=
decision
self
.
text_
+=
decision
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment