py_test(
    name = "test_horovod",
    size = "medium",
    srcs = ["test_horovod.py"],
    deps = ["//:ray_lib"],
    tags = ["team:ml", "exclusive"]
)


