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
SIYIXNI
vllm
Commits
1066cbd1
".github/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "88e73ed048b4af2ae72b2feb876b44cbc5e9dae9"
Unverified
Commit
1066cbd1
authored
Jan 03, 2024
by
Ronen Schaffer
Committed by
GitHub
Jan 03, 2024
Browse files
Remove deprecated parameter: concurrency_count (#2315)
parent
6ef00b03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/gradio_webserver.py
examples/gradio_webserver.py
+3
-3
No files found.
examples/gradio_webserver.py
View file @
1066cbd1
...
@@ -47,6 +47,6 @@ if __name__ == "__main__":
...
@@ -47,6 +47,6 @@ if __name__ == "__main__":
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
demo
=
build_demo
()
demo
=
build_demo
()
demo
.
queue
(
concurrency_count
=
100
).
launch
(
server_name
=
args
.
host
,
demo
.
queue
().
launch
(
server_name
=
args
.
host
,
server_port
=
args
.
port
,
server_port
=
args
.
port
,
share
=
True
)
share
=
True
)
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