chore(deps): bump torch in /backend/python/exllama2 in the pip group

Bumps the pip group in /backend/python/exllama2 with 1 update: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.4.1 to 2.7.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.4.1...v2.7.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-17 03:38:43 +00:00 committed by GitHub
parent de343700fd
commit f382db7db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
transformers
accelerate
torch==2.4.1
torch==2.7.1

View file

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
torch==2.7.1
transformers
accelerate

View file

@ -1,3 +1,3 @@
torch==2.4.1
torch==2.7.1
transformers
accelerate