Skip to content

Commit

Permalink
fix calculation typo (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored Dec 19, 2024
1 parent 2d0199e commit 35ca2e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion thunder/tests/test_examine_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35ca2e9

Please sign in to comment.