jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
275 Bytes
from wandb.errors import Error
class LaunchError(Error):
"""Raised when a known error occurs in wandb launch."""
class LaunchDockerError(Error):
"""Raised when Docker daemon is not running."""
class ExecutionError(Error):
"""Generic execution exception."""