Skip to content

Commit 894579b

Browse files
James Sunfacebook-github-bot
authored andcommitted
provide blocking calls for mast allocator (#534)
Summary: Pull Request resolved: #534 provide blocking and nonblocking calls for mast allocator Reviewed By: vidhyav Differential Revision: D78325728 fbshipit-source-id: 640205461ce5c742b2e086553aa6f3c9df49ee17
1 parent bf4d5b2 commit 894579b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/monarch/_src/actor/allocator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
from typing import final, Optional
1212

13-
from monarch._rust_bindings.monarch_hyperactor.alloc import ( # @manual=//monarch/monarch_extension:monarch_extension # @manual=//monarch/monarch_extension:monarch_extension
13+
from monarch._rust_bindings.monarch_hyperactor.alloc import ( # @manual=//monarch/monarch_extension:monarch_extension
1414
Alloc,
1515
AllocSpec,
1616
LocalAllocatorBase,

0 commit comments

Comments
 (0)