From e851ea27e3ee167fb58cb8b7203cdec7b0f41bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:10:35 +0000 Subject: [PATCH] Bump pytorch-lightning from 0.7.6 to 1.6.0 in /pistoBot/03_gpt2_scratch Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 0.7.6 to 1.6.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Changelog](https://github.com/Lightning-AI/lightning/blob/1.6.0/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/lightning/compare/0.7.6...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pistoBot/03_gpt2_scratch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pistoBot/03_gpt2_scratch/requirements.txt b/pistoBot/03_gpt2_scratch/requirements.txt index 147bceb..a0dbccc 100644 --- a/pistoBot/03_gpt2_scratch/requirements.txt +++ b/pistoBot/03_gpt2_scratch/requirements.txt @@ -1,3 +1,3 @@ # https://github.com/minimaxir/aitextgen/issues/33 -pytorch-lightning==0.7.6 +pytorch-lightning==1.6.0 aitextgen~=0.2.0 \ No newline at end of file