Skip to content

Commit

Permalink
chore(deps): Bump torch in /backend/python/exllama2
Browse files Browse the repository at this point in the history
Bumps torch from 2.4.1 to 2.6.0+cu118.

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent c3c27b7 commit 7ce57ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers
accelerate
torch==2.4.1
torch==2.6.0+cu118
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
torch==2.6.0+cu118
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/exllama2/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch==2.4.1
torch==2.6.0+cu118
transformers
accelerate

0 comments on commit 7ce57ab

Please sign in to comment.