5 lines
172 B
Python
5 lines
172 B
Python
raise DeprecationWarning(
|
|
"ray.util.horovod has been removed as of Ray 2.0. Instead, use the `horovod` "
|
|
"library directly or the `HorovodTrainer` in Ray Train."
|
|
)
|