Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7c636432
Unverified
Commit
7c636432
authored
Apr 15, 2026
by
Wentao Ye
Committed by
GitHub
Apr 15, 2026
Browse files
[CI Bug] fix flaky test (#39938)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
c77e596e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/v1/kv_connector/unit/test_nixl_connector_hma.py
tests/v1/kv_connector/unit/test_nixl_connector_hma.py
+1
-1
No files found.
tests/v1/kv_connector/unit/test_nixl_connector_hma.py
View file @
7c636432
...
...
@@ -195,7 +195,7 @@ def test_fewer_blocks_with_hma(monkeypatch, model_name, sw_size):
llm_kwargs
=
{
"model"
:
model_name
,
"enforce_eager"
:
True
,
"gpu_memory_utilization"
:
0.
5
,
"gpu_memory_utilization"
:
0.
47
,
"kv_transfer_config"
:
kv_transfer_config
,
"max_model_len"
:
2048
,
# NOTE: Make sure HMA is enabled
...
...
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