Unverified Commit f948ab69 authored by Vadim Gimpelson's avatar Vadim Gimpelson Committed by GitHub
Browse files

[CI Failure] `nm-testing/Qwen2-0.5B-Instruct-FP8-SkipQKV` was removed from HF....


[CI Failure] `nm-testing/Qwen2-0.5B-Instruct-FP8-SkipQKV` was removed from HF. Skip it in tests (#28170)
Signed-off-by: default avatarVadim Gimpelson <vadim.gimpelson@gmail.com>
parent d71af5f5
......@@ -18,7 +18,12 @@ from vllm.platforms import current_platform
MODELS = [
"neuralmagic/Meta-Llama-3-8B-Instruct-FP8-KV",
# The checkpoint below was removed from the HF.
# TODO: add a small replacement checkpoint.
pytest.param(
"nm-testing/Qwen2-0.5B-Instruct-FP8-SkipQKV",
marks=pytest.mark.skip(reason="Checkpoint removed from HF."),
),
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment