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
93121324
"examples/tensorflow/vscode:/vscode.git/clone" did not exist on "15d05be387d5e81235298d291aca88e278ca2767"
Unverified
Commit
93121324
authored
Feb 11, 2024
by
Yaya Sy
Committed by
GitHub
Feb 11, 2024
Browse files
correct reference dtype openai.py (#181)
parent
c97fdae4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/backend/openai.py
python/sglang/backend/openai.py
+1
-1
No files found.
python/sglang/backend/openai.py
View file @
93121324
...
@@ -137,7 +137,7 @@ class OpenAI(BaseBackend):
...
@@ -137,7 +137,7 @@ class OpenAI(BaseBackend):
)
)
return
generator
return
generator
else
:
else
:
raise
ValueError
(
f
"Unknown dtype:
{
dtype
}
"
)
raise
ValueError
(
f
"Unknown dtype:
{
sampling_params
.
dtype
}
"
)
def
select
(
def
select
(
self
,
self
,
...
...
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