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
fa13b95d
Unverified
Commit
fa13b95d
authored
Aug 18, 2024
by
min-xu-et
Committed by
GitHub
Aug 18, 2024
Browse files
fixed a typo (#1143)
parent
3c1f5a92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/bench_serving.py
python/sglang/bench_serving.py
+1
-1
No files found.
python/sglang/bench_serving.py
View file @
fa13b95d
...
@@ -990,7 +990,7 @@ if __name__ == "__main__":
...
@@ -990,7 +990,7 @@ if __name__ == "__main__":
type
=
float
,
type
=
float
,
default
=
float
(
"inf"
),
default
=
float
(
"inf"
),
help
=
"Number of requests per second. If this is inf, then all the requests are sent at time 0. "
help
=
"Number of requests per second. If this is inf, then all the requests are sent at time 0. "
"Otherwise, we use Poisson process to synthesize the request arrival times. Default is
128.0
."
,
"Otherwise, we use Poisson process to synthesize the request arrival times. Default is
inf
."
,
)
)
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
1
,
help
=
"The random seed."
)
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
1
,
help
=
"The random seed."
)
parser
.
add_argument
(
parser
.
add_argument
(
...
...
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