From 1e87dab61f1422c84b29259089b6181e8a3f278e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:42:12 +0000 Subject: [PATCH] Bump pytorch-lightning Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.0.4 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/1.0.4...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/seq2seq-distillation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformers/examples/research_projects/seq2seq-distillation/requirements.txt b/transformers/examples/research_projects/seq2seq-distillation/requirements.txt index 0cd973d4d..64d10c975 100644 --- a/transformers/examples/research_projects/seq2seq-distillation/requirements.txt +++ b/transformers/examples/research_projects/seq2seq-distillation/requirements.txt @@ -4,7 +4,7 @@ psutil sacrebleu rouge-score tensorflow_datasets -pytorch-lightning==1.0.4 +pytorch-lightning==1.6.0 matplotlib git-python==1.0.3 faiss-cpu