[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:
co-authored by
HAI
gemini-code-assist[bot]
parent
a2d30d27fe
commit
69eb95f20c
@@ -99,7 +99,7 @@ srt_hip = [
|
|||||||
|
|
||||||
diffusion_hip = [
|
diffusion_hip = [
|
||||||
"sglang[diffusion_common]",
|
"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",
|
"st_attn==0.0.7",
|
||||||
"vsa==0.0.4",
|
"vsa==0.0.4",
|
||||||
"runai_model_streamer>=0.15.5",
|
"runai_model_streamer>=0.15.5",
|
||||||
@@ -161,7 +161,7 @@ test = [
|
|||||||
"jsonlines",
|
"jsonlines",
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"pandas",
|
"pandas",
|
||||||
"peft>=0.18.0",
|
"peft>=0.18.0,<0.19.0", # Pin to <0.19.0 due to torchao incompatibility
|
||||||
"pytest",
|
"pytest",
|
||||||
"sentence_transformers",
|
"sentence_transformers",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
|
|||||||
Reference in New Issue
Block a user