coolblaze03's picture
Upload folder using huggingface_hub
907001b verified
Raw
History Blame Contribute Delete
154 Bytes
def unstub(*objs):
"""pass"""
if objs:
for obj in objs:
mock_registry.unstub(obj)
else:
mock_registry.unstub_all()