From 99288f1a2d55f850d1dd479c64067340b4743f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:42:25 +0000 Subject: [PATCH] build: bump torchao from 0.12.0 to 0.15.0 Bumps [torchao](https://github.com/pytorch/ao) from 0.12.0 to 0.15.0. - [Release notes](https://github.com/pytorch/ao/releases) - [Commits](https://github.com/pytorch/ao/compare/v0.12.0...v0.15.0) --- updated-dependencies: - dependency-name: torchao dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44df84bd..1343e8aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ dependencies = [ "ctranslate2==4.6.0", "whisper-s2t==1.3.1", "hqq==0.2.7.post1", - "torchao==0.12.0", #ref: https://github.com/pytorch/ao/issues/2919#issue-3375688762 + "torchao==0.15.0", #ref: https://github.com/pytorch/ao/issues/2919#issue-3375688762 "llmcompressor", "gliner; python_version >= '3.10'", "piq",