diff --git a/models/artifacts.mdx b/models/artifacts.mdx index bcc396e067..9432c22479 100644 --- a/models/artifacts.mdx +++ b/models/artifacts.mdx @@ -4,6 +4,7 @@ title: Artifacts overview --- import { ColabLink } from '/snippets/_includes/colab-link.mdx'; import { TryProductLink } from '/snippets/_includes/try-product-link.mdx'; +import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; @@ -80,6 +81,11 @@ datadir = artifact.download() # downloads the full `my_data` artifact to the de You can pass a custom path into the `root` [parameter](/models/ref/python/experiments/artifact) to download an artifact to a specific directory. For alternate ways to download artifacts and to see additional parameters, see the guide on [downloading and using artifacts](/models/artifacts/download-and-use-an-artifact). +## Usage limits + +The following table lists usage limits for Artifacts and W&B Registry. These limits are shown together because Artifacts and Registry share related resources and workflows. + + ## Next steps * Learn how to [version](/models/artifacts/create-a-new-artifact-version) and [update](/models/artifacts/update-an-artifact) artifacts. diff --git a/models/registry.mdx b/models/registry.mdx index 55ebf467b6..55084576ce 100644 --- a/models/registry.mdx +++ b/models/registry.mdx @@ -3,6 +3,7 @@ title: Registry overview description: Use W&B Registry to manage and share artifact versions across your organization --- import { ColabLink } from '/snippets/_includes/colab-link.mdx'; +import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; @@ -106,6 +107,12 @@ Based on your deployment type, satisfy the following conditions to enable W&B Re | Self-Managed | For Server v0.71.0 or newer, no action required. Registry is enabled by default. For older supported Server versions, contact your W&B account team to enable Registry. | +## Usage limits + +The following table lists usage limits for W&B Registry and Artifacts. These limits are shown together because Registry collections contain linked artifact versions and share related resources with Artifacts. + + + ## Resources to get started Depending on your use case, explore the following resources to get started with the W&B Registry: diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx new file mode 100644 index 0000000000..753e321658 --- /dev/null +++ b/snippets/_includes/artifact-registry-usage-limits.mdx @@ -0,0 +1,12 @@ +| Dimension | Scope | Counting | Free | Pro | Enterprise | +| --- | --- | --- | --- | --- | --- | +| Registries| Organization | Registry projects in the organization | 5 | 25 | 250| +| Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 | +| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 1,000 | 10,000 | +| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 5,000 | +| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 2,500 | +| Versions per artifact sequence | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 | + +An artifact *sequence* is a specific, versioned artifact in a project. For example, if you log an artifact named `model`, W&B creates a sequence called `model`. Each time you log a new version of that artifact, W&B creates a new version in the sequence: `model:v0`, `model:v1`, and `model:v2`. + +Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits. \ No newline at end of file diff --git a/support.mdx b/support.mdx index 46b219037f..8d39446ecd 100644 --- a/support.mdx +++ b/support.mdx @@ -47,7 +47,7 @@ and the W&B community. {/* AUTO-GENERATED: counts */} - 214 articles · 41 tags + 215 articles · 41 tags {/* END AUTO-GENERATED: counts */} diff --git a/support/models.mdx b/support/models.mdx index a9bc0ea27e..6fbc176453 100644 --- a/support/models.mdx +++ b/support/models.mdx @@ -50,7 +50,7 @@ template: "docengine-site/templates/support_product_index.mdx.j2" 2 articles - 16 articles + 17 articles 1 article @@ -68,7 +68,7 @@ template: "docengine-site/templates/support_product_index.mdx.j2" 14 articles - 51 articles + 52 articles 3 articles diff --git a/support/models/articles/what-are-artifact-registry-limits.mdx b/support/models/articles/what-are-artifact-registry-limits.mdx new file mode 100644 index 0000000000..6b75e27daf --- /dev/null +++ b/support/models/articles/what-are-artifact-registry-limits.mdx @@ -0,0 +1,19 @@ +--- +title: "Are there W&B Registry and Artifacts usage limits?" +keywords: ["Artifacts", "Experiments"] +docengineDescription: "W&B applies the following usage limits to Artifacts and Registry features..." +featured: false +--- + +import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; + +W&B applies the following usage limits to Artifacts and Registry features: + + + +--- + +{/* AUTO-GENERATED: tab badges */} +[Artifacts](/support/models/tags/artifacts)[Experiments](/support/models/tags/experiments) +{/* END AUTO-GENERATED: tab badges */} + diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx index bc9763572a..f03617480f 100644 --- a/support/models/tags/artifacts.mdx +++ b/support/models/tags/artifacts.mdx @@ -1,10 +1,13 @@ --- title: "Artifacts" -tag: "16" +tag: "17" generator: "knowledgebase-nav" template: "docengine-site/templates/support_tag.mdx.j2" --- + + W&B applies the following usage limits to Artifacts and Registry features... + If you log an artifact reference with W&B and enable versioning on the buckets, the version IDs appear in the Amazon S3 ... diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx index 1e5a738b84..d3c0f35d61 100644 --- a/support/models/tags/experiments.mdx +++ b/support/models/tags/experiments.mdx @@ -1,10 +1,13 @@ --- title: "Experiments" -tag: "51" +tag: "52" generator: "knowledgebase-nav" template: "docengine-site/templates/support_tag.mdx.j2" --- + + W&B applies the following usage limits to Artifacts and Registry features... + Yes, W&B uses the multiprocessing library. As a result, scripts that call W&B directly need to guard their entry point s ...