Pedro Cuenca commited on
Commit
810d65b
1 Parent(s): b765185

Upgrade to model 4oh3u7ca for predictions.

Browse files

Former-commit-id: bb7ac571d1dfe29dbe70eba1c38ce29935b1f0a0

Files changed (1) hide show
  1. demo/wandb-examples.py +1 -1
demo/wandb-examples.py CHANGED
@@ -83,7 +83,7 @@ run = wandb.init(id=id,
83
  job_type="predictions",
84
  resume="allow"
85
  )
86
- artifact = run.use_artifact('wandb/hf-flax-dalle-mini/model-3iwhu4w6:latest', type='bart_model')
87
  artifact_dir = artifact.download()
88
 
89
  # create our model
 
83
  job_type="predictions",
84
  resume="allow"
85
  )
86
+ artifact = run.use_artifact('wandb/hf-flax-dalle-mini/model-4oh3u7ca:latest', type='bart_model')
87
  artifact_dir = artifact.download()
88
 
89
  # create our model