From 6e60a41bf808042871443431224d874d62f77ce0 Mon Sep 17 00:00:00 2001 From: DuYicong515 Date: Thu, 24 Feb 2022 22:26:01 -0800 Subject: [PATCH] add PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178c538eea1ef0..8f1c805dbe9d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -589,7 +589,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Removed `_aggregate_metrics`, `_reduce_agg_metrics`, and `_finalize_agg_metrics` from `LightningLoggerBase` ([#12053](https://github.com/PyTorchLightning/pytorch-lightning/pull/12053)) -- Removed `AcceleratorConnector.has_tpu` property ([#12053](https://github.com/PyTorchLightning/pytorch-lightning/pull/12053)) +- Removed `AcceleratorConnector.has_tpu` property ([#12109](https://github.com/PyTorchLightning/pytorch-lightning/pull/12109)) ### Fixed