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