[Intel XPU] Enable fused_moe_triton tuning on XPU and add tuned DeepSeek-OCR-2 configs (#28723)

This commit is contained in:
Rahul Vijayaraghavan
2026-09-16 10:20:22 +08:00
committed by GitHub
parent f11cd8ab0e
commit d4ad368ed9
7 changed files with 433 additions and 26 deletions
+6
View File
@@ -93,6 +93,12 @@ diffusion = [
"xatlas",
]
ray = [
"ray[default]>=2.55.1",
# Ray registers no GPU resource on XPU without dpctl.
"dpctl",
]
tracing = [
"opentelemetry-api",
"opentelemetry-exporter-otlp",