From db106caa3d274a2652db5f0427f5114ae12723b6 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 6ffec56745a5f..1fca1c5462a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -598,7 +598,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Removed the `AcceleratorConnector.device_type` property ([#12081](https://github.com/PyTorchLightning/pytorch-lightning/pull/12081)) -- 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