jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
155 Bytes
"""Compatibility wandb_run module.
In the future use:
from wandb.sdk.wandb_run import Run
"""
from wandb.sdk.wandb_run import Run
__all__ = ["Run"]