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
1994de99
Unverified
Commit
1994de99
authored
Oct 30, 2025
by
Huamin Li
Committed by
GitHub
Oct 30, 2025
Browse files
[CI Failure] Fix test_kv_cache_model_load_and_run (#27717)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
4464723f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
tests/quantization/test_fp8.py
tests/quantization/test_fp8.py
+12
-1
No files found.
tests/quantization/test_fp8.py
View file @
1994de99
...
@@ -49,7 +49,18 @@ def test_model_load_and_run(
...
@@ -49,7 +49,18 @@ def test_model_load_and_run(
KV_CACHE_MODELS
=
[
KV_CACHE_MODELS
=
[
# AutoFP8 format using separate .k_scale and .v_scale
# AutoFP8 format using separate .k_scale and .v_scale
"nm-testing/Qwen2-1.5B-Instruct-FP8-K-V"
,
# The original checkpoint below was removed from the Hub. To unblock CI and
# until a small replacement with split K/V scales is found, skip this case.
# See PR #27717 for context.
pytest
.
param
(
"nm-testing/Qwen2-1.5B-Instruct-FP8-K-V"
,
marks
=
pytest
.
mark
.
skip
(
reason
=
(
"Checkpoint removed from HF; temporarily disabling this "
"AutoFP8 split K/V case (PR #27717)."
)
),
),
]
]
...
...
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