Skip to content

Commit 87d0cf1

Browse files
tlrmchlsmthepwalsh
authored andcommitted
[CI Bugfix] Fix wNa16 kernel not found for test_shared_storage_connector_hashes (vllm-project#22163)
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
1 parent 7d17bee commit 87d0cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/kv_connector/unit/test_shared_storage_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from vllm.config import KVTransferConfig
1111
from vllm.multimodal.utils import encode_image_base64
1212

13-
MODEL_NAME = "RedHatAI/Qwen2.5-VL-3B-Instruct-quantized.w4a16"
13+
MODEL_NAME = "RedHatAI/Qwen2.5-VL-3B-Instruct-quantized.w8a8"
1414

1515
SAMPLING_PARAMS = SamplingParams(temperature=0.0, top_k=1, max_tokens=128)
1616

0 commit comments

Comments
 (0)