Add intel_xpu to DETERMINISTIC_ATTENTION_BACKEND_CHOICES (#29143)

Co-authored-by: vshekhawat-hlab <vshekhawat@habana.ai>
This commit is contained in:
Kalyan Kumar
2026-08-24 09:47:34 +08:00
committed by GitHub
co-authored by vshekhawat-hlab
parent fee00a41db
commit 4c02584773
3 changed files with 67 additions and 2 deletions
+1
View File
@@ -241,6 +241,7 @@ DETERMINISTIC_ATTENTION_BACKEND_CHOICES = [
"fa3",
"fa4",
"flashinfer",
"intel_xpu",
"triton",
]