From 59a0cd11110be499200b0fa3cd15c97d2ef8266a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:02:16 +0000 Subject: [PATCH] Bump pytorch-lightning Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.0.4 to 1.6.0. - [Release notes](https://github.com/PyTorchLightning/pytorch-lightning/releases) - [Changelog](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/pytorch-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/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/seq2seq-distillation/requirements.txt b/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/seq2seq-distillation/requirements.txt index 0cd973d4d5c..64d10c975d3 100644 --- a/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/seq2seq-distillation/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/common/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