From e152c8364ee09f5bcad34364578dfb8ca67719cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:10:20 +0000 Subject: [PATCH] chore(deps-dev): Bump torchao from 0.11 to 0.15.0 Bumps [torchao](https://github.com/pytorch/ao) from 0.11 to 0.15.0. - [Release notes](https://github.com/pytorch/ao/releases) - [Commits](https://github.com/pytorch/ao/compare/v0.11.0...v0.15.0) --- updated-dependencies: - dependency-name: torchao dependency-version: 0.15.0 dependency-type: direct:development 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 7289554..0bb8cc1 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.15.0"] gptq = ["Cython", "gptqmodel>=1.7.3"] mx = ["microxcaling>=1.1"] opt = ["fms-model-optimizer[fp8, gptq, mx]"]