Skip to content

Commit 112e625

Browse files
Merge remote-tracking branch 'origin/lmcafee/lazy-uvm-compile' into lmcafee/lazy-uvm-compile
2 parents 308903e + feaed9d commit 112e625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megatron/core/inference/unified_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def compile_allocator():
4343

4444
if _compilation_state != CompilationState.UNATTEMPTED:
4545
return
46-
46+
4747
_mempool_c_src = r"""
4848
#include <cuda_runtime_api.h>
4949
#include <cstddef>

0 commit comments

Comments
 (0)