Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-cublas12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio>=6.5.1
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-cublas13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio>=6.5.1
matplotlib>=3.7.5
Expand Down
4 changes: 2 additions & 2 deletions backend/python/ace-step/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.4
torch==2.8.0+rocm6.4
torch==2.11.0+xpu
torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio>=6.5.1
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-l4t13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ torch
torchaudio
torchvision
# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio>=6.5.1
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/ace-step/requirements-mps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=4.51.0,<5.6.0
diffusers
gradio
matplotlib>=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion backend/python/outetts/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.7.1+xpu
llvmlite==0.43.0
numba==0.60.0
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/outetts/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.7.1+xpu
accelerate
llvmlite==0.43.0
numba==0.60.0
Expand Down
2 changes: 1 addition & 1 deletion backend/python/outetts/requirements-cublas13.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu130
torch==2.9.0
torch==2.7.1+xpu
llvmlite==0.43.0
numba==0.60.0
bitsandbytes
Expand Down
2 changes: 1 addition & 1 deletion backend/python/outetts/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.4
torch==2.8.0+rocm6.4
torch==2.7.1+xpu
accelerate
llvmlite==0.43.0
numba==0.60.0
Expand Down
Loading