-
Couldn't load subscription status.
- Fork 32
Artifacts: Add docs on downloading reference artifacts with checkum #1457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
2aa5548
d7c2917
72416d3
b497e0b
65f731a
67c9e17
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,6 +14,18 @@ Download and use an artifact that is already stored on the W&B server or constru | |||||
| Team members with view-only seats cannot download artifacts. | ||||||
| {{% /alert %}} | ||||||
|
|
||||||
| {{% alert color="warning" %}} | ||||||
| Artifacts created with reference URIs using `checksum=False` cannot be downloaded. To ensure your artifacts can be downloaded, use `checksum=True` (the default) when adding references: | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
This way the notes at least share most of the text. But if checksum=True is the default, then line 22 seems not to need the |
||||||
|
|
||||||
| ```python | ||||||
| # This artifact can be downloaded | ||||||
| artifact.add_reference("s3://my-bucket/model.h5", checksum=True) | ||||||
|
|
||||||
| # This artifact cannot be downloaded | ||||||
| artifact.add_reference("s3://my-bucket/model.h5", checksum=False) | ||||||
| ``` | ||||||
| {{% /alert %}} | ||||||
|
|
||||||
|
|
||||||
| ### Download and use an artifact stored on W&B | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.