Skip to content

Commit 6377a38

Browse files
chore(deps): bump the pip group across 4 directories with 1 update
Bumps the pip group with 1 update in the /backend/python/ace-step directory: torch. Bumps the pip group with 1 update in the /backend/python/llama-cpp-quantization directory: torch. Bumps the pip group with 1 update in the /backend/python/sglang directory: torch. Bumps the pip group with 1 update in the /backend/python/vllm-omni directory: torch. Updates `torch` from 2.10.0+rocm7.0 to 2.12.0+cpu Updates `torch` from 2.10.0 to 2.12.0+cpu Updates `torch` from 2.9.0 to 2.12.0+cpu Updates `torch` from 2.7.0 to 2.12.0+cu130 --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0+cu130 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 892fc49 commit 6377a38

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

backend/python/ace-step/requirements-hipblas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm7.0
2-
torch==2.10.0+rocm7.0
2+
torch==2.12.0+cpu
33
torchaudio
44
torchvision
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
torch==2.10.0
2+
torch==2.12.0+cpu
33
transformers>=4.56.2
44
huggingface-hub>=1.3.0
55
sentencepiece
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.10.0
1+
torch==2.12.0+cpu
22
transformers>=4.56.2
33
huggingface-hub>=1.3.0
44
sentencepiece

backend/python/sglang/requirements-cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
accelerate
3-
torch==2.9.0
3+
torch==2.12.0+cpu
44
torchvision
55
torchaudio
66
transformers

backend/python/sglang/requirements-cublas12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# for cublas12 so uv consults this index alongside PyPI.
77
--extra-index-url https://download.pytorch.org/whl/cu128
88
accelerate
9-
torch==2.9.1
9+
torch==2.12.0+cpu
1010
torchvision
1111
torchaudio
1212
transformers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accelerate
2-
torch==2.7.0
2+
torch==2.12.0+cu130
33
transformers
44
bitsandbytes

0 commit comments

Comments
 (0)