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:
co-authored by
Yang Wang
parent
1ac6a26464
commit
7458407437
@@ -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"),
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user