Add standalone non-ref docs page for wandb beta leet#2660
Conversation
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
📝 Changed (3 total)📄 Pages (2)
⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-docs-2632.mintlify.app |
| Install or upgrade the W&B CLI. LEET requires `wandb-core` and ships with the CLI package. | ||
|
|
||
| ```bash | ||
| pip install --upgrade wandb |
| pip install --upgrade wandb | ||
| ``` | ||
|
|
||
| LEET was introduced in W&B CLI `0.23.0`. Multi-run workspaces, the config editor, SYMON, media panes, and unified pane navigation require newer releases. For the features described on this page, use CLI `0.26.0` or later. |
There was a problem hiding this comment.
I would just say that this guide tracks the latest version and refer to the "changelog" we now have in the cli ref docs.
| Verify that `wandb-core` is available: | ||
|
|
||
| ```bash | ||
| wandb beta leet --help | ||
| ``` | ||
|
|
||
| If the command fails with a core availability error, reinstall or upgrade `wandb` so the bundled core binary is present. |
There was a problem hiding this comment.
Remove this. wandb-core has been the default backend since SDK v0.18.0; This doc corresponds to the latest version, we should just tell them to use that.
| If the command fails with a core availability error, reinstall or upgrade `wandb` so the bundled core binary is present. | ||
|
|
||
| <Note> | ||
| `wandb beta leet` is a beta command. Its flags, shortcuts, and behavior may change between releases. The SDK team plans to graduate LEET out of `wandb beta`; watch [SDK release notes](/release-notes/sdk-releases) for updates. |
There was a problem hiding this comment.
just fyi: yea, planning to take it out of beta in Q2
| `wandb beta leet` is a beta command. Its flags, shortcuts, and behavior may change between releases. The SDK team plans to graduate LEET out of `wandb beta`; watch [SDK release notes](/release-notes/sdk-releases) for updates. | ||
| </Note> | ||
|
|
||
| ## Launch LEET |
There was a problem hiding this comment.
I would port over the way it's written in the CLI reference, as this has some nuanced issues (e.g. “Open the default workspace for the latest local run” sounds like single-run mode. more correct: “open the default workspace and auto-select the latest local run.”).
But more generally: why not move over essentially everything from there, and only keep minimal reference there (with a link to this guide)? Whaddyathink?
There was a problem hiding this comment.
Up to you, no hard feeling here.
Description
Add standalone non-ref docs page for wandb beta leet
Fixes DOCS-2632
Testing
mint dev)mint broken-links)