# Learnings - Gotchas (F011) - Sequentially evaluating large models in one notebook kernel requires explicit object teardown (`del` model/policy/tokenizer), `gc.collect()`, and `torch.cuda.empty_cache()` between conditions to avoid hidden GPU-memory carryover failures. *(F011)*