From c86f6c2831f01da15461523a6fb748f4e2fb0c79 Mon Sep 17 00:00:00 2001 From: "jacky.cheng" Date: Sun, 29 Mar 2026 11:28:05 +0800 Subject: [PATCH] [AMD] Add peft>=0.18.0 to diffusion_hip deps for transformers 5.x compat for AMD diffusion model (#21442) Co-authored-by: HaiShaw --- python/pyproject_other.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 395c7450e..4348f673d 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -98,6 +98,7 @@ srt_hip = [ diffusion_hip = [ "sglang[diffusion_common]", + "peft>=0.18.0", "st_attn==0.0.7", "vsa==0.0.4", "runai_model_streamer>=0.15.5",