__init__.py 349 B

1234567891011121314
  1. #!/usr/bin/env/python3
  2. # Copyright (c) Facebook, Inc. and its affiliates.
  3. # All rights reserved.
  4. #
  5. # This source code is licensed under the BSD-style license found in the
  6. # LICENSE file in the root directory of this source tree.
  7. from torch.distributed.launcher.api import ( # noqa: F401
  8. LaunchConfig,
  9. elastic_launch,
  10. launch_agent,
  11. )