From fa6d5b7842476c950d3ecf544081731767f07081 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Thu, 18 Jan 2024 15:17:37 -0800 Subject: [PATCH] Address review comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9392bb..9c46955 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ This is a common misspelling that can lead to silent performance issues. ### TOR003 Please pass `use_reentrant` explicitly to `checkpoint` -The default value of the `use_reentrant parameter` in `torch.utils.checkpoint` is being changed -from `True` to `False`. In the meantime, the value needs to be passed explictly. +The default value of the `use_reentrant` parameter in `torch.utils.checkpoint` is being changed +from `True` to `False`. In the meantime, the value needs to be passed explicitly. See this [forum post](https://dev-discuss.pytorch.org/t/bc-breaking-update-to-torch-utils-checkpoint-not-passing-in-use-reentrant-flag-will-raise-an-error/1745) for details.