minimax-h3-reference / diffusers /utils /dummy_sdnq_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
487 Bytes
# This file is autogenerated by the command `make fix-copies`, do not edit.
from ..utils import DummyObject, requires_backends
class SDNQConfig(metaclass=DummyObject):
_backends = ["sdnq"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["sdnq"])
@classmethod
def from_config(cls, *args, **kwargs):
requires_backends(cls, ["sdnq"])
@classmethod
def from_pretrained(cls, *args, **kwargs):
requires_backends(cls, ["sdnq"])