From 209c6d7fb92e47f68ae61c836114431a28adafa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 21:48:13 +0000 Subject: [PATCH] Bump torch from 2.3.0 to 2.7.0 in /tripy/examples/nanogpt Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 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.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tripy/examples/nanogpt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripy/examples/nanogpt/requirements.txt b/tripy/examples/nanogpt/requirements.txt index 9889fd818..6348ccea1 100644 --- a/tripy/examples/nanogpt/requirements.txt +++ b/tripy/examples/nanogpt/requirements.txt @@ -3,6 +3,6 @@ nvtripy transformers==4.48.0 tiktoken==0.5.2 --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.3.0 +torch==2.7.0 nvidia-modelopt==0.11.1 datasets==2.18.0