-
Notifications
You must be signed in to change notification settings - Fork 53
Registry + Artifacts: Add usage table #3057
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
Open
ngrayluna
wants to merge
37
commits into
main
Choose a base branch
from
registry_limit_table
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
88c90ed
WIP
ngrayluna e18e6f0
Merge branch 'main' into registry_limit_table
ngrayluna 1ead688
Merge branch 'main' into registry_limit_table
ngrayluna 12caec2
Merge branch 'main' into registry_limit_table
ngrayluna 38063c9
add support article, adds sections
ngrayluna 0aa85b6
chore: regenerate support tag pages
wandb-docs-pr-writer[bot] 09696f0
simplify
ngrayluna 383f87b
chore: regenerate support tag pages
wandb-docs-pr-writer[bot] 1861381
Merge branch 'main' into registry_limit_table
ngrayluna ab4ba5a
removed autogen tag preview
ngrayluna 4c93b29
chore: regenerate support tag pages
wandb-docs-pr-writer[bot] 9a0f6ce
add metadata to support article
ngrayluna 39aa878
chore: regenerate support tag pages
wandb-docs-pr-writer[bot] 42f89ff
update snippet
ngrayluna a082342
update snippet
ngrayluna ddc767d
remove note
ngrayluna aefbbf6
update wording
ngrayluna 5783fa0
Merge branch 'main' into registry_limit_table
ngrayluna 4b4d55e
docs(locadex): update translations on main (#3081)
locadex-agent[bot] 23b814a
Update iOS mobile app page for release 26.21 (#3080)
claude[bot] f134193
Tweak Mintlify preview-links comment builder (#3090)
claude[bot] 3fd872a
chore: bump docengine from `cc0cf8a` to `40a0ae6` (#3088)
dependabot[bot] fa3e68b
chore: bump .claude from `50c7cc3` to `7799042` (#3087)
dependabot[bot] 0f6eca1
Workspaces: remove mention of histograms on run overview page (#3093)
ngrayluna 3746cbb
chore: bump docengine from `40a0ae6` to `882ddd6` (#3097)
dependabot[bot] 7589646
Fix typos and grammar (#3098)
mintlify[bot] 44864b9
Document iOS app v26.22 features (#3100)
claude[bot] 82c6cb7
Workspaces: Clarify media panel image options (#3094)
ngrayluna c3ca80b
Add latest-version info panel to iOS app doc (#3101)
claude[bot] cb8810e
Update Serverless Training API documentation (#3074)
github-actions[bot] d6ab1fc
Workspaces: Remove (some) duplicate info (#3102)
ngrayluna d311e4d
Update preview language for run forking (#3105)
mdlinville 9d314ac
Inference - IBM model launch (#3108)
jamie-rasmussen 9cc327a
Workspaces: Updates UI (#3107)
ngrayluna 2b08479
Inference - retire 4 models (#3109)
jamie-rasmussen d343731
Merge branch 'main' into registry_limit_table
ngrayluna 77fd6cf
update text
ngrayluna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| W&B applies the following usage limits to Artifacts and Registry features. Scroll horizontally to view all columns. | ||
|
|
||
| | Dimension | Scope | Counting | Free | Pro | Enterprise | | ||
| | --- | --- | --- | --- | --- | --- | | ||
| | Registries| Organization | Registry projects in the organization | 5 | 25 | 250| | ||
| | Artifacts | Organization | Artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 | | ||
| | Unique tags | Organization | Distinct tag definitions in the organization | 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 | | ||
| | Artifact versions per project collection | Per project collection | Versions in one project collection | 1,000 | 10,000 | 50,000 | | ||
|
|
||
| <Info> | ||
| These limits do not apply to [Self-Managed on-premises](/platform/hosting/hosting-options/self-managed) deployments. | ||
| </Info> | ||
|
|
||
| Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
support/models/articles/what-are-artifact-registry-limits.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| 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"; | ||
|
|
||
| <ArtifactRegistryUsageLimits /> | ||
|
|
||
| --- | ||
|
|
||
| {/* AUTO-GENERATED: tab badges */} | ||
| <Badge stroke shape="pill" color="orange" size="md">[Artifacts](/support/models/tags/artifacts)</Badge><Badge stroke shape="pill" color="orange" size="md">[Experiments](/support/models/tags/experiments)</Badge> | ||
| {/* END AUTO-GENERATED: tab badges */} | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.