From b965839de62a1c0a38c538486fed590a106280e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:12:06 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.7.0 in /examples/llama3_demo Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.7.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.3.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/llama3_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama3_demo/requirements.txt b/examples/llama3_demo/requirements.txt index 5fd38d67..d93740c8 100644 --- a/examples/llama3_demo/requirements.txt +++ b/examples/llama3_demo/requirements.txt @@ -1,4 +1,4 @@ datasets==2.21.0 tensorboard -torch==2.3.1 +torch==2.7.0 transformers==4.42.4