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>=5.11.0,<5.12.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>=5.11.0,<5.12.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>=5.11.0,<5.12.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/rocm7.0
torch==2.10.0+rocm7.0
torch==2.12.0+cpu
torchaudio
torchvision

# Core dependencies
transformers>=4.51.0,<4.58.0
transformers>=5.11.0,<5.12.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>=5.11.0,<5.12.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>=5.11.0,<5.12.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>=5.11.0,<5.12.0
diffusers
gradio
matplotlib>=3.7.5
Expand Down
4 changes: 2 additions & 2 deletions backend/python/llama-cpp-quantization/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.10.0
transformers>=4.56.2
torch==2.12.0+cpu
transformers>=5.11.0
huggingface-hub>=1.3.0
sentencepiece
4 changes: 2 additions & 2 deletions backend/python/llama-cpp-quantization/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.10.0
transformers>=4.56.2
torch==2.12.0+cpu
transformers>=5.11.0
huggingface-hub>=1.3.0
sentencepiece
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.12.0+cu130
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.12.0+cu130
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.12.0+cu130
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/rocm7.0
torch==2.10.0+rocm7.0
torch==2.12.0+cu130
accelerate
llvmlite==0.43.0
numba==0.60.0
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ opencv-python
accelerate
peft
inference
torch==2.7.1
torch==2.12.0+cu130
optimum-quanto
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.12.0+cu130
rfdetr
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/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.1
torch==2.12.0+cu130
rfdetr
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/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/rocm7.0
torch==2.10.0+rocm7.0
torch==2.12.0+cu130
torchvision==0.25.0+rocm7.0
rfdetr
opencv-python
Expand Down
2 changes: 1 addition & 1 deletion backend/python/rfdetr/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.7.1
torch==2.12.0+cu130
rfdetr
opencv-python
accelerate
Expand Down
2 changes: 1 addition & 1 deletion backend/python/sglang/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
accelerate
torch==2.9.0
torch==2.12.0+cpu
torchvision
torchaudio
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/sglang/requirements-cublas12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# for cublas12 so uv consults this index alongside PyPI.
--extra-index-url https://download.pytorch.org/whl/cu128
accelerate
torch==2.9.1
torch==2.12.0+cpu
torchvision
torchaudio
transformers
4 changes: 2 additions & 2 deletions backend/python/trl/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
transformers>=4.56.2
transformers>=5.11.0
accelerate>=1.4.0
huggingface-hub>=1.3.0
sentencepiece
4 changes: 2 additions & 2 deletions backend/python/trl/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
transformers>=4.56.2
transformers>=5.11.0
accelerate>=1.4.0
huggingface-hub>=1.3.0
sentencepiece
Expand Down
4 changes: 2 additions & 2 deletions backend/python/trl/requirements-cublas13.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
transformers>=4.56.2
transformers>=5.11.0
accelerate>=1.4.0
huggingface-hub>=1.3.0
sentencepiece
Expand Down
2 changes: 1 addition & 1 deletion backend/python/vllm-omni/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accelerate
torch==2.7.0
torch==2.12.0+cu130
transformers
bitsandbytes
Loading