ray-project--ray
6 行
107 B
Python
6 行
107 B
Python
import abc
|
|
|
|
|
|
class Accelerator(abc.ABC):
|
|
"""A utility that contains methods to accelerate training."""
|