[Intel XPU] Initially add nightly GSM8K accuracy tests for Llama-3.1-8B (TP=2) and Qwen3-32B (TP=4) (#28908)

Co-authored-by: Singhal, Shubham <shubham.singhal@intel.com>
This commit is contained in:
ashwini rathi
2026-07-01 16:27:24 +08:00
committed by GitHub
co-authored by Singhal, Shubham
parent 548f505cc5
commit 5134dcdcab
8 changed files with 422 additions and 12 deletions
+5 -1
View File
@@ -169,7 +169,11 @@ NIGHTLY_SUITES = {
"full-8-npu-a3",
"full-16-npu-a3",
],
HWBackend.XPU: [],
HWBackend.XPU: [
"nightly-xpu-1-gpu",
"nightly-xpu-2-gpu",
"nightly-xpu-4-gpu",
],
}