From c1f009ad9a04b5b1fec0350a2ce228465f4f0a73 Mon Sep 17 00:00:00 2001 From: ftorres16 <36959980+ftorres16@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:46:44 -0400 Subject: [PATCH] Update training.mdx (#19791) --- docs/source/en/training.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/en/training.mdx b/docs/source/en/training.mdx index 89f5c3148b..45fabdec96 100644 --- a/docs/source/en/training.mdx +++ b/docs/source/en/training.mdx @@ -281,7 +281,6 @@ At this point, you may need to restart your notebook or execute the following co ```py del model -del pytorch_model del trainer torch.cuda.empty_cache() ```