Exclude some diffusion package for ARM in docker release (#17745)
This commit is contained in:
@@ -93,8 +93,8 @@ diffusion = [
|
|||||||
"moviepy>=2.0.0",
|
"moviepy>=2.0.0",
|
||||||
"opencv-python-headless==4.10.0.84",
|
"opencv-python-headless==4.10.0.84",
|
||||||
"remote-pdb",
|
"remote-pdb",
|
||||||
"st_attn==0.0.7",
|
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
||||||
"vsa==0.0.4",
|
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
||||||
"runai_model_streamer",
|
"runai_model_streamer",
|
||||||
"cache-dit==1.2.0"
|
"cache-dit==1.2.0"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user