jbilcke-hf's picture
jbilcke-hf HF Staff
we are going to hack into finetrainers
9fd1204
raw
history blame contribute delete
225 Bytes
from .base import BaseParallelBackend
class DeepspeedParallelBackend(BaseParallelBackend):
def __init__(self):
# TODO(aryan)
raise NotImplementedError("DeepspeedParallelBackend is not implemented yet.")