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-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+cpu
torchaudio
torchvision

Expand Down
2 changes: 1 addition & 1 deletion backend/python/longcat-video/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--index-url https://download.pytorch.org/whl/cpu
torch==2.12.1
torch==2.13.0+cu130
torchvision==0.27.1
2 changes: 1 addition & 1 deletion backend/python/longcat-video/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--index-url https://download.pytorch.org/whl/cu126
torch==2.12.1
torch==2.13.0+cu130
torchvision==0.27.1
2 changes: 1 addition & 1 deletion backend/python/longcat-video/requirements-cublas13.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--index-url https://download.pytorch.org/whl/cu130
torch==2.12.1
torch==2.13.0+cu130
torchvision==0.27.1
2 changes: 1 addition & 1 deletion backend/python/longcat-video/requirements-l4t13.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--index-url https://download.pytorch.org/whl/cu130
torch==2.12.1
torch==2.13.0+cu130
torchvision==0.27.1
2 changes: 1 addition & 1 deletion backend/python/trl/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
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion backend/python/trl/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion backend/python/trl/requirements-cublas13.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion backend/python/trl/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.10.0
torch==2.12.0+cpu
trl
peft
datasets>=3.0.0
Expand Down
Loading