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
cd821ea5
Unverified
Commit
cd821ea5
authored
May 23, 2025
by
Ning Xie
Committed by
GitHub
May 23, 2025
Browse files
[CI] fix kv_cache_type argument (#18594)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
7ab056c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/plugins_tests/test_platform_plugins.py
tests/plugins_tests/test_platform_plugins.py
+1
-1
No files found.
tests/plugins_tests/test_platform_plugins.py
View file @
cd821ea5
...
...
@@ -29,5 +29,5 @@ def test_oot_attention_backend(monkeypatch: pytest.MonkeyPatch):
# ignore the backend env variable if it is set
with
monkeypatch
.
context
()
as
m
:
m
.
setenv
(
STR_BACKEND_ENV_VAR
,
STR_INVALID_VAL
)
backend
=
get_attn_backend
(
16
,
torch
.
float16
,
torch
.
float16
,
16
,
False
)
backend
=
get_attn_backend
(
16
,
torch
.
float16
,
"auto"
,
16
,
False
)
assert
backend
.
get_name
()
==
"Dummy_Backend"
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