[AMD] Pin peft<0.19 in pyproject_other.toml to fix ROCm CI ImportError (#23161)

Co-authored-by: HAI <hixiao@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Bingxu Chen
2026-04-19 23:43:56 -07:00
committed by GitHub
co-authored by HAI gemini-code-assist[bot]
parent a2d30d27fe
commit 69eb95f20c
+2 -2
View File
@@ -99,7 +99,7 @@ srt_hip = [
diffusion_hip = [
"sglang[diffusion_common]",
"peft>=0.18.0",
"peft>=0.18.0,<0.19.0", # Pin to <0.19.0 due to torchao incompatibility
"st_attn==0.0.7",
"vsa==0.0.4",
"runai_model_streamer>=0.15.5",
@@ -161,7 +161,7 @@ test = [
"jsonlines",
"matplotlib",
"pandas",
"peft>=0.18.0",
"peft>=0.18.0,<0.19.0", # Pin to <0.19.0 due to torchao incompatibility
"pytest",
"sentence_transformers",
"tabulate",