[diffusion] cli: introduce generic attention backend configuration in ServerArgs (#18036)

This commit is contained in:
Mick
2026-02-02 09:47:40 +08:00
committed by GitHub
parent d11ccc0a0a
commit 977096ae03
9 changed files with 136 additions and 75 deletions
+4 -2
View File
@@ -96,7 +96,8 @@ diffusion_hip = [
"st_attn==0.0.7",
"vsa==0.0.4",
"runai_model_streamer>=0.15.5",
"cache-dit==1.1.8"
"cache-dit==1.1.8",
"addict"
]
# For Intel Gaudi(device : hpu) follow the installation guide
@@ -125,7 +126,8 @@ diffusion_musa = [
"st_attn==0.0.7",
"vsa==0.0.4",
"runai_model_streamer>=0.15.5",
"cache-dit==1.1.8"
"cache-dit==1.1.8",
"addict"
]
test = [