Add 11 new knowledge base articles for Models and Weave#2431
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Knowledgebase navigation updateNo updates to support articles, tag pages, product indexes or docs.json from this run. |
📚 Mintlify Preview Links✨ Added (11 total)📄 Pages (11)
📝 Changed (13 total)📄 Pages (13)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-new-kb-articles.mintlify.app |
There was a problem hiding this comment.
Pull request overview
Adds new support knowledge base content for W&B Models and W&B Weave, and updates the tag navigation/index pages and article counts accordingly.
Changes:
- Adds 10 new W&B Models support articles and 1 new W&B Weave support article.
- Updates tag pages to include new article cards and refresh per-tag article counts.
- Updates product index pages (
support.mdx,support/models.mdx,support/weave.mdx) with new article totals.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| support/weave/tags/trace-data.mdx | Updates Trace Data tag count and adds a card linking to the new .call() exceptions article. |
| support/weave/articles/weave-call-does-not-raise-exceptions.mdx | New Weave KB article describing .call() exception capture and __should_raise. |
| support/weave.mdx | Updates Trace Data tag article count on the Weave support index. |
| support/models/tags/workspaces.mdx | Updates Workspaces tag count and adds a card for the new workspace performance article. |
| support/models/tags/sweeps.mdx | Updates Sweeps tag count and adds cards for three new sweep troubleshooting articles. |
| support/models/tags/security.mdx | Updates Security tag count and adds a card for the new service account troubleshooting article. |
| support/models/tags/runs.mdx | Updates Runs tag count and adds a card for the new sweep run-id/CommError troubleshooting article. |
| support/models/tags/run-crashes.mdx | Updates Run Crashes tag count and adds cards for new hang/oom troubleshooting articles. |
| support/models/tags/metrics.mdx | Updates Metrics tag count and adds cards for rate limit, sweep metric error, and workspace performance articles. |
| support/models/tags/experiments.mdx | Updates Experiments tag count and adds cards for rate limit and hang troubleshooting articles. |
| support/models/tags/artifacts.mdx | Updates Artifacts tag count and adds a card for the registry linking troubleshooting article. |
| support/models/tags/administrator.mdx | Updates Administrator tag count and adds cards for service account and enterprise license articles. |
| support/models/articles/workspace-loads-slowly-with-many-metric.mdx | New Models KB article on common workspace performance bottlenecks and mitigations. |
| support/models/articles/training-hangs-with-distributed-trainin.mdx | New Models KB article on distributed training hangs and recommended fixes. |
| support/models/articles/service-account-unauthorized-or-runs-no.mdx | New Models KB article for service account auth, attribution, and visibility issues. |
| support/models/articles/rate-limit-exceeded-on-metric-logging.mdx | New Models KB article for HTTP 429 rate limit issues during metric logging. |
| support/models/articles/process-hangs-when-using-hydra-with-wan.mdx | New Models KB article for Hydra multiprocessing hangs and configuration workaround. |
| support/models/articles/enterprise-license-not-recognized.mdx | New Models KB article for troubleshooting enterprise license recognition. |
| support/models/articles/cuda-out-of-memory-during-a-sweep.mdx | New Models KB article for CUDA OOM during sweeps and recommending CLI agent usage. |
| support/models/articles/commerror-run-does-not-exist-during-swee.mdx | New Models KB article for sweep run ID misuse causing CommError/run-not-exist. |
| support/models/articles/cannot-link-artifact-to-registry-from-p.mdx | New Models KB article for artifact registry linking constraints and resolution. |
| support/models/articles/anaconda-400-error-during-a-sweep.mdx | New Models KB article for sweep metric logging mismatch causing “anaconda 400 error”. |
| support/models.mdx | Updates per-tag article counts on the Models support index. |
| support.mdx | Updates overall Models/Weave article totals on the main support landing page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| method: bayes | ||
| metric: | ||
| name: validation_loss | ||
| goal: maximize |
There was a problem hiding this comment.
In the example sweep config, the metric is named validation_loss but the goal is set to maximize. For a loss metric this should typically be minimize (and it should match what users intend to optimize), otherwise readers may copy a config that optimizes in the wrong direction.
| goal: maximize | |
| goal: minimize |
| wandb.init(id="some-string") | ||
| ``` | ||
|
|
||
| You can not set a run ID for W&B Sweeps because W&B automatically generates random, unique IDs for runs created by sweeps. Run IDs must be unique within a project. |
There was a problem hiding this comment.
Minor grammar: "can not" should be "cannot" here.
| You can not set a run ID for W&B Sweeps because W&B automatically generates random, unique IDs for runs created by sweeps. Run IDs must be unique within a project. | |
| You cannot set a run ID for W&B Sweeps because W&B automatically generates random, unique IDs for runs created by sweeps. Run IDs must be unique within a project. |
## Summary Adds 11 new support knowledge base articles (10 for W&B Models, 1 for W&B Weave), bringing the totals to 190 Models articles (up from 180) and 16 Weave articles (up from 15). All articles follow the existing format: YAML frontmatter with `title` and `keywords`, and concise problem/solution content. ### W&B Models (10 new articles) | Article | Source | Keywords | |---|---|---| | `CommError, Run does not exist` during a sweep | `sweeps/troubleshoot-sweeps.mdx` | Sweeps, Runs | | `Cuda out of memory` during a sweep | `sweeps/troubleshoot-sweeps.mdx` | Sweeps, Run Crashes | | `anaconda 400 error` during a sweep | `sweeps/troubleshoot-sweeps.mdx` | Sweeps, Metrics | | Training hangs with distributed training | `track/log/distributed-training.mdx` | Experiments, Run Crashes | | Process hangs when using Hydra with W&B | `integrations/hydra.mdx` | Experiments, Run Crashes | | Can't link artifact to registry | `registry/link_version.mdx` | Artifacts | | Service account `Unauthorized` or missing runs | `hosting/iam/service-accounts.mdx` | Administrator, Security | | Workspace loads slowly | `track/limits.mdx` | Workspaces, Metrics | | `Rate limit exceeded` on metric logging | `track/limits.mdx` | Metrics, Experiments | | Enterprise license not recognized | `hosting/enterprise-licenses.mdx` | Administrator | ### W&B Weave (1 new article) | Article | Source | Keywords | |---|---|---| | `.call()` does not raise exceptions | `details/limits.mdx` | Trace Data | ## Test plan - [ ] Verify `mint dev` builds without errors. - [ ] Spot-check a few articles in the local preview to confirm they render correctly. - [ ] Verify badge links at the bottom of each article resolve to valid tag pages. - [ ] Confirm source doc links in each article point to the correct pages. --------- Co-authored-by: johndmulhausen <5439615+johndmulhausen@users.noreply.github.com>
Summary
Adds 11 new support knowledge base articles (10 for W&B Models, 1 for W&B Weave), bringing the totals to 190 Models articles (up from 180) and 16 Weave articles (up from 15). All articles follow the existing format: YAML frontmatter with
titleandkeywords, and concise problem/solution content.W&B Models (10 new articles)
CommError, Run does not existduring a sweepsweeps/troubleshoot-sweeps.mdxCuda out of memoryduring a sweepsweeps/troubleshoot-sweeps.mdxanaconda 400 errorduring a sweepsweeps/troubleshoot-sweeps.mdxtrack/log/distributed-training.mdxintegrations/hydra.mdxregistry/link_version.mdxUnauthorizedor missing runshosting/iam/service-accounts.mdxtrack/limits.mdxRate limit exceededon metric loggingtrack/limits.mdxhosting/enterprise-licenses.mdxW&B Weave (1 new article)
.call()does not raise exceptionsdetails/limits.mdxTest plan
mint devbuilds without errors.