minimax-h3 / diffusers /utils /dummy_auto_round_objects.py
multimodalart's picture
multimodalart HF Staff
Sync the split MiniMax-H3 Spaces (part 4)
9a03d09 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"])