wandb.log_artifact
import wandb wandb.init(entity='jaxpi', project='ldc') art = wandb.Artifact('run-chb4e35e-history', type='wandb-history') # ... add content to artifact ... wandb.log_artifact(art)