Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
810d65b
1
Parent(s):
b765185
Upgrade to model 4oh3u7ca for predictions.
Browse filesFormer-commit-id: bb7ac571d1dfe29dbe70eba1c38ce29935b1f0a0
- 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-
|
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
|