diff --git a/content/tutorials/weave_models_registry.md b/content/tutorials/weave_models_registry.md index 19d37e61c..33df1f732 100644 --- a/content/tutorials/weave_models_registry.md +++ b/content/tutorials/weave_models_registry.md @@ -15,7 +15,7 @@ This notebook shows how to use W&B Weave together with W&B Models. Specifically, Find the public workspace for both W&B Models and W&B Weave [here](https://wandb.ai/wandb-smle/weave-cookboook-demo/weave/evaluations). -Weights & Biases +{{< img src="/images/tutorials/weave_models_workflow.jpg" alt="Weights & Biases" >}} The workflow covers the following steps: @@ -224,4 +224,4 @@ with wandb.init(project=PROJECT, entity=ENTITY) as run: run.link_artifact( artifact_model, target_path="wandb32/wandb-registry-RAG Models/RAG Model" ) -``` \ No newline at end of file +```