Exclude some diffusion package for ARM in docker release (#17745)

This commit is contained in:
Kangyan-Zhou
2026-01-25 23:32:39 -08:00
committed by GitHub
parent ed75136e85
commit 48f4340b14

View File

@@ -93,8 +93,8 @@ diffusion = [
"moviepy>=2.0.0",
"opencv-python-headless==4.10.0.84",
"remote-pdb",
"st_attn==0.0.7",
"vsa==0.0.4",
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"runai_model_streamer",
"cache-dit==1.2.0"
]