Skip to content

Commit 42c7859

Browse files
chore(deps): bump torch from 2.3.1+cxx11.abi to 2.8.0 in /backend/python/coqui (#6099)
chore(deps): bump torch in /backend/python/coqui Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1+cxx11.abi to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7e83d0 commit 42c7859

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
transformers==4.48.3
22
accelerate
3-
torch==2.4.1
3+
torch==2.8.0
44
coqui-tts

backend/python/coqui/requirements-cublas11.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/cu118
2-
torch==2.4.1+cu118
2+
torch==2.8.0
33
torchaudio==2.4.1+cu118
44
transformers==4.48.3
55
accelerate

backend/python/coqui/requirements-cublas12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.4.1
1+
torch==2.8.0
22
torchaudio==2.4.1
33
transformers==4.48.3
44
accelerate

backend/python/coqui/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/rocm6.0
2-
torch==2.4.1+rocm6.0
2+
torch==2.8.0
33
torchaudio==2.4.1+rocm6.0
44
transformers==4.48.3
55
accelerate

backend/python/coqui/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
22
intel-extension-for-pytorch==2.3.110+xpu
3-
torch==2.3.1+cxx11.abi
3+
torch==2.8.0
44
torchaudio==2.3.1+cxx11.abi
55
oneccl_bind_pt==2.3.100+xpu
66
optimum[openvino]

0 commit comments

Comments
 (0)