minimax-h3-reference / diffusers /utils /dummy_auto_round_objects.py
multimodalart's picture
multimodalart HF Staff
MiniMax-H3 ref2va, the denoising half of the split deployment
9e3b8ca verified
Raw
History Blame Contribute Delete
516 Bytes
# This file is autogenerated by the command `make fix-copies`, do not edit.
from ..utils import DummyObject, requires_backends
class AutoRoundConfig(metaclass=DummyObject):
_backends = ["auto_round"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["auto_round"])
@classmethod
def from_config(cls, *args, **kwargs):
requires_backends(cls, ["auto_round"])
@classmethod
def from_pretrained(cls, *args, **kwargs):
requires_backends(cls, ["auto_round"])