Spaces:
wssb
/
Runtime error

EDICT / my_diffusers /utils /dummy_scipy_objects.py
wssb's picture
Duplicate from Salesforce/EDICT
d2a06b2
raw
history blame
No virus
307 Bytes
# This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
from ..utils import DummyObject, requires_backends
class LMSDiscreteScheduler(metaclass=DummyObject):
_backends = ["scipy"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["scipy"])