Files
2026-07-13 13:17:40 +08:00

15 lines
265 B
Python

load("@rules_python//python:defs.bzl", "py_test")
py_test(
name = "test_horovod",
size = "medium",
srcs = ["test_horovod.py"],
tags = [
"compat",
"exclusive",
"manual",
"team:ml",
],
deps = ["//:ray_lib"],
)