wandb.log_artifact
import wandb wandb.init(entity='gauravpendharkar', project='YOLOv8') art = wandb.Artifact('run_1wyy432s_model', type='model') # ... add content to artifact ... wandb.log_artifact(art)