From e97f4a785e76c97de48f7396fcff07ae8a12dcae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:12:06 +0000 Subject: [PATCH] chore(deps): bump torch Bumps the pip group with 1 update in the /crates/llmtrim-cli/bench/scripts directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- crates/llmtrim-cli/bench/scripts/requirements-vs-headroom.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/llmtrim-cli/bench/scripts/requirements-vs-headroom.txt b/crates/llmtrim-cli/bench/scripts/requirements-vs-headroom.txt index 643db73a..2bee3680 100644 --- a/crates/llmtrim-cli/bench/scripts/requirements-vs-headroom.txt +++ b/crates/llmtrim-cli/bench/scripts/requirements-vs-headroom.txt @@ -7,7 +7,7 @@ headroom-ai==0.26.0 # Headroom's Python library (pinned latest release; pulls l # Headroom's ML Kompress (ModernBERT) path - the [ml] extra. Without these the run falls # back to Headroom's deterministic compressors and meta.headroom_ml_fired is false. See the # snapshot README "Enabling Headroom's ML path" for the headroom._core build step. -torch==2.12.0 # exact version used for the committed snapshot run +torch==2.13.0 # exact version used for the committed snapshot run transformers==5.10.1 # exact version used for the committed snapshot run openai==2.41.1 # only used by --live (OpenRouter is OpenAI-compatible) rouge-score==0.1.2 # ROUGE-L for summarization corpora (cnn, gov_report, multi_news)