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
ModelZoo
Qwen_lmdeploy
Commits
6904053f
Unverified
Commit
6904053f
authored
Oct 13, 2023
by
YiiSh
Committed by
GitHub
Oct 13, 2023
Browse files
Fix typing of openai protocol. (#554)
parent
b21239a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lmdeploy/serve/openai/protocol.py
lmdeploy/serve/openai/protocol.py
+1
-1
No files found.
lmdeploy/serve/openai/protocol.py
View file @
6904053f
...
@@ -28,7 +28,7 @@ class ModelPermission(BaseModel):
...
@@ -28,7 +28,7 @@ class ModelPermission(BaseModel):
allow_fine_tuning
:
bool
=
False
allow_fine_tuning
:
bool
=
False
organization
:
str
=
'*'
organization
:
str
=
'*'
group
:
Optional
[
str
]
=
None
group
:
Optional
[
str
]
=
None
is_blocking
:
str
=
False
is_blocking
:
bool
=
False
class
ModelCard
(
BaseModel
):
class
ModelCard
(
BaseModel
):
...
...
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