diff --git a/backend/python/ace-step/requirements-cpu.txt b/backend/python/ace-step/requirements-cpu.txt index e986de1b0..40877bc52 100644 --- a/backend/python/ace-step/requirements-cpu.txt +++ b/backend/python/ace-step/requirements-cpu.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas12.txt b/backend/python/ace-step/requirements-cublas12.txt index 9a656bf80..53eabe552 100644 --- a/backend/python/ace-step/requirements-cublas12.txt +++ b/backend/python/ace-step/requirements-cublas12.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-cublas13.txt b/backend/python/ace-step/requirements-cublas13.txt index 772c8458f..ec000e0fe 100644 --- a/backend/python/ace-step/requirements-cublas13.txt +++ b/backend/python/ace-step/requirements-cublas13.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-hipblas.txt b/backend/python/ace-step/requirements-hipblas.txt index 459792279..0cee53e4e 100644 --- a/backend/python/ace-step/requirements-hipblas.txt +++ b/backend/python/ace-step/requirements-hipblas.txt @@ -1,10 +1,10 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.12.0+xpu torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-intel.txt b/backend/python/ace-step/requirements-intel.txt index d9136331c..3508f27cb 100644 --- a/backend/python/ace-step/requirements-intel.txt +++ b/backend/python/ace-step/requirements-intel.txt @@ -4,7 +4,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-l4t13.txt b/backend/python/ace-step/requirements-l4t13.txt index 1f387555a..e745ecffd 100644 --- a/backend/python/ace-step/requirements-l4t13.txt +++ b/backend/python/ace-step/requirements-l4t13.txt @@ -3,7 +3,7 @@ torch torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio>=6.5.1 matplotlib>=3.7.5 diff --git a/backend/python/ace-step/requirements-mps.txt b/backend/python/ace-step/requirements-mps.txt index ab7620136..ea5f8145a 100644 --- a/backend/python/ace-step/requirements-mps.txt +++ b/backend/python/ace-step/requirements-mps.txt @@ -3,7 +3,7 @@ torchaudio torchvision # Core dependencies -transformers>=4.51.0,<4.58.0 +transformers>=5.10.2,<5.11.0 diffusers gradio matplotlib>=3.7.5 diff --git a/backend/python/vllm-omni/requirements-cublas12.txt b/backend/python/vllm-omni/requirements-cublas12.txt index deafb2c6e..84741035f 100644 --- a/backend/python/vllm-omni/requirements-cublas12.txt +++ b/backend/python/vllm-omni/requirements-cublas12.txt @@ -1,4 +1,4 @@ accelerate -torch==2.7.0 +torch==2.8.0 transformers bitsandbytes