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
7de2ce45
"Src/vscode:/vscode.git/clone" did not exist on "a2b41d78bfdf2ceecc030c71a0b412ebeffe6f25"
Unverified
Commit
7de2ce45
authored
Aug 31, 2025
by
Baizhou Zhang
Committed by
GitHub
Aug 31, 2025
Browse files
Disable radix cache in test_lora_update.py for better stability (#9852)
parent
8c2ffaaf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/srt/lora/test_lora_update.py
test/srt/lora/test_lora_update.py
+2
-0
No files found.
test/srt/lora/test_lora_update.py
View file @
7de2ce45
...
...
@@ -824,6 +824,7 @@ class LoRAUpdateEngineTestSession(LoRAUpdateTestSessionBase):
disable_cuda_graph
=
self
.
disable_cuda_graph
,
cuda_graph_max_bs
=
self
.
cuda_graph_max_bs
,
enable_lora
=
self
.
enable_lora
,
disable_radix_cache
=
True
,
)
self
.
handle
.
__enter__
()
return
self
...
...
@@ -958,6 +959,7 @@ class LoRAUpdateServerTestSession(LoRAUpdateTestSessionBase):
"1"
,
"--mem-fraction-static"
,
str
(
MEM_FRACTION_STATIC
),
"--disable-radix-cache"
,
]
if
self
.
enable_lora
:
other_args
.
append
(
"--enable-lora"
)
...
...
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