mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Part of #123062 - #123062 Pull Request resolved: https://github.com/pytorch/pytorch/pull/128870 Approved by: https://github.com/fegin, https://github.com/wconstab
8 lines
145 B
Python
8 lines
145 B
Python
import torch
|
|
|
|
from .functional import * # noqa: F403
|
|
|
|
|
|
if torch.distributed.rpc.is_available():
|
|
from .api.remote_module import RemoteModule
|