Skip to content

Add 11 new knowledge base articles for Models and Weave#2431

Merged
johndmulhausen merged 3 commits into
mainfrom
new-kb-articles
Apr 10, 2026
Merged

Add 11 new knowledge base articles for Models and Weave#2431
johndmulhausen merged 3 commits into
mainfrom
new-kb-articles

Conversation

@johndmulhausen
Copy link
Copy Markdown
Contributor

@johndmulhausen johndmulhausen commented Apr 8, 2026

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.

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 8, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Apr 8, 2026, 5:10 AM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Knowledgebase navigation update

No updates to support articles, tag pages, product indexes or docs.json from this run.

@johndmulhausen johndmulhausen marked this pull request as ready for review April 8, 2026 05:08
@johndmulhausen johndmulhausen requested a review from a team as a code owner April 8, 2026 05:08
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (11 total)

📄 Pages (11)

File Preview
support/models/articles/anaconda-400-error-during-a-sweep.mdx Anaconda 400 Error During A Sweep
support/models/articles/cannot-link-artifact-to-registry-from-p.mdx Cannot Link Artifact To Registry From P
support/models/articles/commerror-run-does-not-exist-during-swee.mdx Commerror Run Does Not Exist During Swee
support/models/articles/cuda-out-of-memory-during-a-sweep.mdx Cuda Out Of Memory During A Sweep
support/models/articles/enterprise-license-not-recognized.mdx Enterprise License Not Recognized
support/models/articles/process-hangs-when-using-hydra-with-wan.mdx Process Hangs When Using Hydra With Wan
support/models/articles/rate-limit-exceeded-on-metric-logging.mdx Rate Limit Exceeded On Metric Logging
support/models/articles/service-account-unauthorized-or-runs-no.mdx Service Account Unauthorized Or Runs No
support/models/articles/training-hangs-with-distributed-trainin.mdx Training Hangs With Distributed Trainin
support/models/articles/workspace-loads-slowly-with-many-metric.mdx Workspace Loads Slowly With Many Metric
... and 1 more files

📝 Changed (13 total)

📄 Pages (13)

File Preview
support.mdx Support
support/models.mdx Models
support/models/tags/administrator.mdx Administrator
support/models/tags/artifacts.mdx Artifacts
support/models/tags/experiments.mdx Experiments
support/models/tags/metrics.mdx Metrics
support/models/tags/run-crashes.mdx Run Crashes
support/models/tags/runs.mdx Runs
support/models/tags/security.mdx Security
support/models/tags/sweeps.mdx Sweeps
... and 3 more files

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: ffe8a74 at 2026-04-10 14:57:34 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-new-kb-articles.mintlify.app

Copilot AI review requested due to automatic review settings April 10, 2026 14:54
@johndmulhausen johndmulhausen merged commit 3e92c6c into main Apr 10, 2026
10 checks passed
@johndmulhausen johndmulhausen deleted the new-kb-articles branch April 10, 2026 14:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
goal: maximize
goal: minimize

Copilot uses AI. Check for mistakes.
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.
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar: "can not" should be "cannot" here.

Suggested change
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.

Copilot uses AI. Check for mistakes.
ngrayluna pushed a commit that referenced this pull request Apr 13, 2026
## 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants