From 25021e100d9033e158df76d0db9f2d1a05d79d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:21:16 +0000 Subject: [PATCH] build(deps): update torch requirement in /skills/remove-ai-marks/scripts Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.13.0-rc1...v2.14.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- skills/remove-ai-marks/scripts/requirements-markllm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/remove-ai-marks/scripts/requirements-markllm.txt b/skills/remove-ai-marks/scripts/requirements-markllm.txt index bb92884..c398eb2 100644 --- a/skills/remove-ai-marks/scripts/requirements-markllm.txt +++ b/skills/remove-ai-marks/scripts/requirements-markllm.txt @@ -15,7 +15,7 @@ # pick the right index first (Dockerfile.markllm: CPU; setup_markllm.sh: # GPU when nvidia-smi is present), then this file's remaining pins resolve # against the already-installed torch. -torch==2.13.0.* +torch==2.14.0.* transformers==5.16.1 # transformers 5.15.0 caps tokenizers at <=0.23.0; there is no 0.23.0 # release (0.22.2 -> 0.23.1), so the highest compatible pin is 0.22.2.