From 359a0364cb58cc81f534fdd4163a2c60dbee0c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:19:56 +0000 Subject: [PATCH] build: bump torchao from 0.12.0 to 0.14.1 Bumps [torchao](https://github.com/pytorch/ao) from 0.12.0 to 0.14.1. - [Release notes](https://github.com/pytorch/ao/releases) - [Commits](https://github.com/pytorch/ao/compare/v0.12.0...v0.14.1) --- updated-dependencies: - dependency-name: torchao dependency-version: 0.14.1 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 bc2ca641..6627b799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,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.14.1", #ref: https://github.com/pytorch/ao/issues/2919#issue-3375688762 "llmcompressor", "gliner; python_version >= '3.10'", "piq",