Add Support for Qwen2-VL Multi-modal Embedding Models (#3694)

This commit is contained in:
Pan Lyu
2025-03-07 08:46:20 +08:00
committed by GitHub
parent 13bc39c5d6
commit 361971b859
11 changed files with 356 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ suites = {
"models/test_qwen_models.py",
"models/test_reward_models.py",
"test_gptqmodel_dynamic.py",
"models/test_gme_qwen_models.py",
"test_abort.py",
"test_chunked_prefill.py",
"test_custom_allreduce.py",