From 38be678d363bdd31899b696839d9a240fe294363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:12:45 +0000 Subject: [PATCH] chore(deps): Bump torchao from 0.11 to 0.14.1 Bumps [torchao](https://github.com/pytorch/ao) from 0.11 to 0.14.1. - [Release notes](https://github.com/pytorch/ao/releases) - [Commits](https://github.com/pytorch/ao/compare/v0.11.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 b74a29f..5a4d550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] examples = ["ninja>=1.11.1.1,<2.0", "evaluate", "huggingface_hub"] -fp8 = ["llmcompressor", "torchao==0.11"] +fp8 = ["llmcompressor", "torchao==0.14.1"] gptq = ["Cython", "gptqmodel>=1.7.3"] mx = ["microxcaling>=1.1"] opt = ["fms-model-optimizer[fp8, gptq, mx]"]