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
82fa69b3
"vscode:/vscode.git/clone" did not exist on "2c500111af1657655cc8d814ef8f9a608dcd93ea"
Unverified
Commit
82fa69b3
authored
Feb 04, 2024
by
Yaya Sy
Committed by
GitHub
Feb 04, 2024
Browse files
fix undfined variable (#142)
parent
8fb7459e
Changes
1
Hide 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 @
82fa69b3
...
@@ -106,7 +106,7 @@ class OpenAI(BaseBackend):
...
@@ -106,7 +106,7 @@ class OpenAI(BaseBackend):
**
kwargs
,
**
kwargs
,
)
)
else
:
else
:
raise
ValueError
(
f
"Unknown dtype:
{
dtype
}
"
)
raise
ValueError
(
f
"Unknown dtype:
{
sampling_params
.
dtype
}
"
)
return
comp
,
{}
return
comp
,
{}
...
...
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