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
zhaoyu6
sglang
Commits
a9c833d5
"vscode:/vscode.git/clone" did not exist on "0f912e205eec6e349060f2203a8eeabc5e7ba075"
Unverified
Commit
a9c833d5
authored
Aug 06, 2024
by
Ke Bao
Committed by
GitHub
Aug 06, 2024
Browse files
Fix union operator (#940)
parent
94e01151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/lang/choices.py
python/sglang/lang/choices.py
+1
-1
No files found.
python/sglang/lang/choices.py
View file @
a9c833d5
...
@@ -8,7 +8,7 @@ import numpy as np
...
@@ -8,7 +8,7 @@ import numpy as np
@
dataclass
@
dataclass
class
ChoicesDecision
:
class
ChoicesDecision
:
decision
:
str
decision
:
str
meta_info
:
Dict
[
str
,
Any
]
|
None
=
None
meta_info
:
Optional
[
Dict
[
str
,
Any
]
]
=
None
class
ChoicesSamplingMethod
(
ABC
):
class
ChoicesSamplingMethod
(
ABC
):
...
...
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