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