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
6ef23b98
Unverified
Commit
6ef23b98
authored
Nov 03, 2025
by
Jonah Bernard
Committed by
GitHub
Nov 03, 2025
Browse files
[Test] Add parameters to SRTRunner (#12227)
parent
385599cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
python/sglang/test/runners.py
python/sglang/test/runners.py
+6
-0
No files found.
python/sglang/test/runners.py
View file @
6ef23b98
...
@@ -515,6 +515,9 @@ class SRTRunner:
...
@@ -515,6 +515,9 @@ class SRTRunner:
disable_cuda_graph
:
bool
=
False
,
disable_cuda_graph
:
bool
=
False
,
disable_radix_cache
:
bool
=
False
,
disable_radix_cache
:
bool
=
False
,
chunked_prefill_size
:
Optional
[
int
]
=
None
,
chunked_prefill_size
:
Optional
[
int
]
=
None
,
context_length
:
Optional
[
int
]
=
None
,
max_total_tokens
:
Optional
[
int
]
=
None
,
page_size
:
Optional
[
int
]
=
None
,
dp_size
:
int
=
1
,
dp_size
:
int
=
1
,
tokenizer_path
:
Optional
[
str
]
=
None
,
tokenizer_path
:
Optional
[
str
]
=
None
,
mem_fraction_static
:
float
=
0.65
,
mem_fraction_static
:
float
=
0.65
,
...
@@ -571,6 +574,9 @@ class SRTRunner:
...
@@ -571,6 +574,9 @@ class SRTRunner:
disable_cuda_graph
=
disable_cuda_graph
,
disable_cuda_graph
=
disable_cuda_graph
,
disable_radix_cache
=
disable_radix_cache
,
disable_radix_cache
=
disable_radix_cache
,
chunked_prefill_size
=
chunked_prefill_size
,
chunked_prefill_size
=
chunked_prefill_size
,
context_length
=
context_length
,
max_total_tokens
=
max_total_tokens
,
page_size
=
page_size
,
enable_dp_attention
=
enable_dp_attention
,
enable_dp_attention
=
enable_dp_attention
,
dp_size
=
dp_size
,
dp_size
=
dp_size
,
tokenizer_path
=
tokenizer_path
,
tokenizer_path
=
tokenizer_path
,
...
...
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