Skip to content

Commit

Permalink
Code edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
katjacksonWB committed May 30, 2024
1 parent 4c05cfe commit 14d2db4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion colabs/artifact_basics/Artifact_Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
"id": "jZC69sSMdX4j"
},
"source": [
"When you need to select a particular Artifact, indicate the artifact you want to use with the [`use_artifact`](https://docs.wandb.ai/ref/python/public-api/run#use_artifact) method. This returns a [run](https://docs.wandb.ai/ref/python/public-api/run) object and marks the artifact version as an input to the run. In the proceeding code snippet specifies an artifact called `my_first_artifact` with the alias `latest`:\n"
"When you want to use a specific version of an artifact in a downstream task, you can specify the specific version you would like to use via either `v0`, `v1`, `v2` and so on, or via specific aliases you may have added. The `latest` alias always refers to the most recent version of the artifact logged.\n",
"\n",
"The proceeding code snippet specifies an artifact called `my_first_artifact` with the alias `latest`:\n"
]
},
{
Expand Down

0 comments on commit 14d2db4

Please sign in to comment.