From f0b8144a6e47dc4048d0dce1db3bcd7524479c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sun, 13 Nov 2022 03:30:25 +0100 Subject: [PATCH] DEBUG trigger --- src/lightning_lite/CHANGELOG.md | 1 + src/lightning_lite/lite.py | 2 +- src/pytorch_lightning/README.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lightning_lite/CHANGELOG.md b/src/lightning_lite/CHANGELOG.md index a764b0e59f1c5f..525fdc9aa9afb4 100644 --- a/src/lightning_lite/CHANGELOG.md +++ b/src/lightning_lite/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +bar ## [unreleased] - 202Y-MM-DD diff --git a/src/lightning_lite/lite.py b/src/lightning_lite/lite.py index 55c76ed2272d65..d20e22780a3058 100644 --- a/src/lightning_lite/lite.py +++ b/src/lightning_lite/lite.py @@ -5,7 +5,7 @@ # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 -# +# baz # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/pytorch_lightning/README.md b/src/pytorch_lightning/README.md index cd5698821b253b..1d73c2738d4ac5 100644 --- a/src/pytorch_lightning/README.md +++ b/src/pytorch_lightning/README.md @@ -43,6 +43,8 @@ ______________________________________________________________________ ## PyTorch Lightning is just organized PyTorch +foo + Lightning disentangles PyTorch code to decouple the science from the engineering. ![PT to PL](../docs/source-pytorch/_static/images/general/pl_quick_start_full_compressed.gif)