This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import ray | |
| import torch | |
| import numpy as np | |
| import time | |
| from ray.experimental.collective import create_collective_group, destroy_all_collective_groups | |
| from monarch.actor import Actor, endpoint, this_host, current_rank | |
| from monarch.rdma import RDMABuffer | |
| import asyncio | |
| import socket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| import numpy as np | |
| import pytest | |
| import ray | |
| from ray.cluster_utils import Cluster | |
| from ray.data import DataContext |