Skip to content

Commit ec67b9b

Browse files
author
Mcore Bot
committed
chore: Format files
1 parent 112e625 commit ec67b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

megatron/core/inference/unified_memory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class CompilationState(Enum):
2828

2929
# Compilation vars.
3030
_compilation_state = CompilationState.UNATTEMPTED
31-
_alloc = None # must remain global until process exit.
32-
_mod = None # must remain global until process exit.
31+
_alloc = None # must remain global until process exit.
32+
_mod = None # must remain global until process exit.
3333

3434

3535
class UnifiedMemoryUnsupportedError(Exception):

0 commit comments

Comments
 (0)