project6 64ecd7befd fix(d05): CCCL graceful degradation — strip image_url for non-multimodal models
When model lacks multimodal support, HTTP 400 kills d05_multimodal and
t13_multimodal_base64 tests. Instead of rejecting, strip image_url parts
from messages and keep text content. Model answers based on text only.

CCCL pattern: common.cuh type classification + fallback — when a feature
(type/op) is not available, degrade gracefully instead of failing.

d05 expects HTTP 200 + content — should now PASS with text-only answer.
t13 expects color identification from image — will still FAIL but won't
crash the engine.

Maps to: qwen3_6_scripts/serving_chat.py + vllm/entrypoints/openai/serving_chat.py
2026-08-07 09:01:48 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%