Update training.mdx (#19791)

This commit is contained in:
ftorres16
2022-10-21 09:46:44 -04:00
committed by GitHub
parent 9151e649a5
commit c1f009ad9a

View File

@@ -281,7 +281,6 @@ At this point, you may need to restart your notebook or execute the following co
```py ```py
del model del model
del pytorch_model
del trainer del trainer
torch.cuda.empty_cache() torch.cuda.empty_cache()
``` ```