From 38591b00495be2c7624de66e5968eac3f0670fe2 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 16 Jul 2025 07:36:51 -0500 Subject: [PATCH] get rid of redundant memory profiler import (#744) --- .../memory-efficient-state-dict.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch05/08_memory_efficient_weight_loading/memory-efficient-state-dict.ipynb b/ch05/08_memory_efficient_weight_loading/memory-efficient-state-dict.ipynb index 9903393..9daf782 100644 --- a/ch05/08_memory_efficient_weight_loading/memory-efficient-state-dict.ipynb +++ b/ch05/08_memory_efficient_weight_loading/memory-efficient-state-dict.ipynb @@ -63,8 +63,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "memory_profiler version: 0.61.0\n", - "torch version: 2.4.1+cu121\n" + "torch version: 2.6.0\n" ] } ],