From 35ca2e9c20fdc2a2a58b7c3106ac8c617710b5a5 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Thu, 19 Dec 2024 13:52:35 +0100 Subject: [PATCH] fix calculation typo (#1574) --- thunder/examine/{memory_caculation.py => memory_calculation.py} | 0 thunder/tests/test_examine_memory.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename thunder/examine/{memory_caculation.py => memory_calculation.py} (100%) diff --git a/thunder/examine/memory_caculation.py b/thunder/examine/memory_calculation.py similarity index 100% rename from thunder/examine/memory_caculation.py rename to thunder/examine/memory_calculation.py diff --git a/thunder/tests/test_examine_memory.py b/thunder/tests/test_examine_memory.py index 0c5200905e..51278003de 100644 --- a/thunder/tests/test_examine_memory.py +++ b/thunder/tests/test_examine_memory.py @@ -5,7 +5,7 @@ import thunder from thunder.core.pytree import tree_map import thunder.torch as ltorch -from thunder.examine.memory_caculation import get_alloc_memory +from thunder.examine.memory_calculation import get_alloc_memory from thunder.tests.framework import requiresCUDA, TorchExecutor from thunder.tests.make_tensor import make_tensor