Fix InternVL and vision attention for non-CUDA backends (e.g. XPU) (#19997)

Co-authored-by: Yang Wang <mr.yang.wang@outlook.com>
This commit is contained in:
Juan Muneton
2026-03-14 23:24:41 -07:00
committed by GitHub
co-authored by Yang Wang
parent 1ac6a26464
commit 7458407437
6 changed files with 184 additions and 14 deletions
+3 -1
View File
@@ -71,10 +71,12 @@ suite_xeon = {
}
# Add Intel XPU tests
# NOTE: please sort the test cases alphabetically by the test file name
suite_xpu = {
"per-commit-xpu": [
TestFile("xpu/test_intel_xpu_backend.py"),
TestFile("xpu/test_deepseek_ocr.py"),
TestFile("xpu/test_internvl.py"),
TestFile("xpu/test_intel_xpu_backend.py"),
],
}