Skip to content

docs(platform): mark DGX Station tested with limitations#7327

Merged
apurvvkumaria merged 6 commits into
mainfrom
codex/docs-station-tested-limitations
Jul 21, 2026
Merged

docs(platform): mark DGX Station tested with limitations#7327
apurvvkumaria merged 6 commits into
mainfrom
codex/docs-station-tested-limitations

Conversation

@miyoungc

@miyoungc miyoungc commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Physical validation on one DGX Station GB300 now covers generic Ubuntu 24.04 ARM64, stock DGX OS 7.5.0, the April 2026 NVIDIA Colossus BaseOS profile, and the June 2026 NVIDIA AI Developer Tools profile, but the platform matrix still classified all Station configurations as Deferred.
This change sets the platform status to Tested with limitations and states that dual-Station configurations and dedicated CI coverage remain pending.

Related Issue

Fixes #6951.

Changes

  • Set the DGX OS (Station) matrix entry to caveated while keeping ci_tested false.
  • Record the four qualified single-Station profiles, distinguish clean-host end-to-end results from Station Express validation, and preserve the unvalidated dual-Station boundary in generated and hand-written guidance.
  • Update the installer disclosure and focused regression checks to use the same platform-status contract.
  • Repin the immutable DGX Station starter-prompt asset so copied installation guidance uses the same status.
  • Clarify that v0.0.83 restored the Station express-install path without changing the status that applied to that release.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification:
  • Docs updated for user-facing behavior changes
  • Docs not applicable — justification:
  • Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging)
  • Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification:
  • Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue:

DGX Station Hardware Evidence

Verification

  • PR description includes a Signed-off-by: line and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run check:diff passed when hooks were skipped or unavailable
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — platform/installer suite: 95 passed, 1 skipped; immutable starter-prompt suite: 17 passed.
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — command/result: Not run; focused generator, installer-disclosure, and documentation-contract tests cover this change.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only) — 0 errors and 1 Fern warning.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Miyoung Choi miyoungc@nvidia.com

@miyoungc miyoungc added area: docs Documentation, examples, guides, or docs build platform: dgx-station Affects DGX Station hardware or workflows labels Jul 21, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@miyoungc miyoungc self-assigned this Jul 21, 2026
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

DGX Station platform, provider, onboarding, and installer guidance now describe tested-with-limitations coverage for one qualifying GB300, while documenting that dual-Station configurations remain unvalidated and lack dedicated CI coverage. Prompt assets and tests were synchronized with the revised wording.

Changes

DGX Station qualification messaging

Layer / File(s) Summary
Qualification matrix and provider status
ci/platform-matrix.json, docs/reference/platform-support.mdx, docs/inference/*
Platform and managed-vLLM records update DGX Station status and document single-GB300 qualification, dual-Station non-validation, and physical-validation details.
Onboarding and release guidance
docs/changelog/..., docs/get-started/*, docs/resources/prompt-assets/*, scripts/install.sh
Release, preparation, quickstart, prompt, and express-install disclosures describe revised tested-with-limitations guidance and clarify dual-Station scope.
Prompt asset synchronization and validation
docs/resources/starter-prompt.md, test/*
Platform prompt links, pinned revision and digest values, installer assertions, and canonical documentation checks are updated for the revised wording.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: feature

Suggested reviewers: cv, apurvvkumaria

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The PR aligns with #6951 by choosing the tested-with-limitations contract and applying it consistently across docs and tests.
Out of Scope Changes check ✅ Passed The changes stay within the DGX Station status/documentation reconciliation work and related test updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: DGX Station status is being marked as tested with limitations.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/docs-station-tested-limitations

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

@github-code-quality

github-code-quality Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage in commit da664fc in the codex/docs-station-t... branch remains at 96%, unchanged from commit d3d5171 in the main branch.

TypeScript / code-coverage/cli

The overall coverage in commit da664fc in the codex/docs-station-t... branch remains at 80%, unchanged from commit d3d5171 in the main branch.

Show a code coverage summary of the most impacted files.
File main d3d5171 codex/docs-station-t... da664fc +/-
src/lib/inferen...time-context.ts 93% 92% -1%
src/lib/state/g...way-registry.ts 95% 94% -1%
src/lib/inference/local.ts 80% 80% 0%
src/lib/inferen...lama-version.ts 100% 100% 0%
src/lib/sandbox...rce-identity.ts 91% 91% 0%
src/lib/domain/.../connect-env.ts 89% 97% +8%
src/lib/onboard...ider-cleanup.ts 88% 100% +12%

Updated July 21, 2026 18:15 UTC

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: cloud-onboard

1 optional E2E recommendation
  • bootstrap-install-smoke

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

@miyoungc
miyoungc marked this pull request as ready for review July 21, 2026 17:30

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/changelog/2026-07-14.mdx`:
- Around line 8-18: Update the DGX Station GB300 support classification in the
changelog entries describing the express-install path and its availability,
replacing “Deferred” with “Tested with limitations” while preserving the
qualification that this applies to one qualifying GB300 system.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: cf095acd-4211-4ffb-be38-ec199f2a9b1b

📥 Commits

Reviewing files that changed from the base of the PR and between 2ad613d and edfb8b7.

📒 Files selected for processing (14)
  • ci/platform-matrix.json
  • docs/changelog/2026-07-14.mdx
  • docs/get-started/dgx-station-preparation.mdx
  • docs/get-started/prerequisites.mdx
  • docs/get-started/quickstart.mdx
  • docs/inference/choose-inference-provider.mdx
  • docs/inference/set-up-vllm.mdx
  • docs/reference/platform-support.mdx
  • docs/resources/prompt-assets/dgx-station.md
  • docs/resources/starter-prompt.md
  • scripts/install.sh
  • test/install-express-prompt.test.ts
  • test/starter-prompt-docs.test.ts
  • test/station-doc-ownership.test.ts

Comment thread docs/changelog/2026-07-14.mdx
@miyoungc miyoungc added v0.0.91 Release target and removed v0.0.90 labels Jul 21, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@test/station-doc-ownership.test.ts`:
- Around line 65-74: Add assertions for the exact “dedicated CI coverage is not
available” caveat in both canonical-page content variables, stationPreparation
and quickstart. Keep the existing boundary assertions unchanged and ensure each
page’s observable documentation contract is covered.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: fa8c04e9-e63a-4493-ad09-f73868372f2b

📥 Commits

Reviewing files that changed from the base of the PR and between edfb8b7 and b5246cf.

📒 Files selected for processing (13)
  • ci/platform-matrix.json
  • docs/get-started/dgx-station-preparation.mdx
  • docs/get-started/prerequisites.mdx
  • docs/get-started/quickstart.mdx
  • docs/inference/choose-inference-provider.mdx
  • docs/inference/set-up-vllm.mdx
  • docs/reference/platform-support.mdx
  • docs/resources/prompt-assets/dgx-station.md
  • docs/resources/starter-prompt.md
  • scripts/install.sh
  • test/install-express-prompt.test.ts
  • test/starter-prompt-docs.test.ts
  • test/station-doc-ownership.test.ts
🚧 Files skipped from review as they are similar to previous changes (10)
  • docs/resources/prompt-assets/dgx-station.md
  • docs/get-started/prerequisites.mdx
  • docs/inference/choose-inference-provider.mdx
  • test/install-express-prompt.test.ts
  • docs/reference/platform-support.mdx
  • docs/get-started/quickstart.mdx
  • docs/resources/starter-prompt.md
  • scripts/install.sh
  • docs/inference/set-up-vllm.mdx
  • test/starter-prompt-docs.test.ts

Comment thread test/station-doc-ownership.test.ts
@miyoungc

Copy link
Copy Markdown
Collaborator Author

Advisor follow-up for head da664fc2c05cb5473ac786cf1f4a18842196c407:

  • PRA-1 is a false positive. The pinned revision ebf29b024c7a24e69ab8386b68e426d31a4c6821 is the content commit that contains the updated DGX Station prompt asset. The pinned and current asset resolve to the same Git blob, 5f8a6cbfdae4a1cb50b7f261eaaf2f875a80cf23, and test/starter-prompt-docs.test.ts byte-compares the local asset with that pinned blob. The later commits repin the asset and add documentation-contract assertions; they do not change the asset content.
  • PRA-2 is resolved by the updated maintainer decision: docs: reconcile DGX Station GB300 express setup with deferred support status #6951 (comment). It explicitly accepts the developer's four-profile validation record and supersedes the earlier stock-DGX-OS-only boundary for those exact profiles.

@senthilr-nv senthilr-nv left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Reviewed the accepted #6951 scope, documentation contracts, installer disclosure, immutable prompt-asset pin, focused tests, and current CI. The four qualified Station profiles and remaining dual-Station/dedicated-CI limitations are stated consistently. No blocking findings. This can be merged once main is stable.

@apurvvkumaria
apurvvkumaria merged commit 426af01 into main Jul 21, 2026
104 of 106 checks passed
@apurvvkumaria
apurvvkumaria deleted the codex/docs-station-tested-limitations branch July 21, 2026 19:36
cv pushed a commit that referenced this pull request Jul 22, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Add the canonical `v0.0.91` changelog entry that was missed before the
release tag was cut. Correct the custom-image compatibility guidance
because the tagged code still accepts the legacy inference route
selector instead of removing it in v0.0.91.

## Changes

- Add `docs/changelog/2026-07-22.mdx` with the release summary and
detailed security, rebuild, Hermes, DGX Station, and
historical-validation changes from the published v0.0.91 announcement.
- Link shipped behavior to the most specific published OpenClaw and
Hermes documentation routes.
- Correct the v0.0.90 changelog and command reference so they match the
compatibility fallback present in the tagged v0.0.91 code without
inventing a new removal version.
- Keep the immutable v0.0.91 release tag unchanged; this is the
documented post-release recovery path.

Source summary:

- [#7332](#7332),
[#7289](#7289), and
[#7294](#7294) ->
`docs/changelog/2026-07-22.mdx`: Summarize completed-image `node-tar`
remediation and current and historical container verification.
- [#7213](#7213),
[#7363](#7363),
[#7366](#7366), and
[#7369](#7369) ->
`docs/changelog/2026-07-22.mdx`: Summarize trusted base preparation,
backup reuse, deletion convergence, and rebuild confidence.
- [#7212](#7212) ->
`docs/changelog/2026-07-22.mdx`: Summarize the Hermes API bearer-token
lifecycle and supported retrieval command.
- [#7327](#7327) and
[#7328](#7328) ->
`docs/changelog/2026-07-22.mdx`: Summarize qualified DGX Station
guidance and reproducible coding-agent installation instructions.
- [#7355](#7355),
[#7360](#7360),
[#7362](#7362), and
[#7364](#7364) ->
`docs/changelog/2026-07-22.mdx`: Summarize restored historical OpenClaw
upgrade and Hermes rebuild validation.
- [#7189](#7189) ->
`docs/changelog/2026-07-20.mdx`, `docs/reference/commands.mdx`: Correct
its forward-looking removal deadline after v0.0.91 shipped with the
documented legacy fallback still present.
- [#7282](#7282),
[#7306](#7306), and
[#7341](#7341) need no additional
user-guide update because they already update their owned contributor or
user-facing text directly.

## Type of Change

- [ ] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [x] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)

## Quality Gates

- [ ] Tests added or updated for changed behavior
- [x] Existing tests cover changed behavior — justification:
`test/changelog-docs.test.ts` validates dated changelog structure, SPDX
syntax, version ordering, and published routes.
- [ ] Tests not applicable — justification:
- [x] Docs updated for user-facing behavior changes
- [ ] Docs not applicable — justification:
- [ ] Sensitive paths changed (security, policy, credentials, preflight,
onboarding, inference, runner, sandbox, or messaging)
- [ ] Sensitive-path review completed or maintainer-approved waiver
recorded — reviewer/approval link/justification:
- [ ] Non-success, skipped, or missing CI check accepted by maintainer —
check name, approval link, and follow-up issue:

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit: Not applicable; this documentation-only PR does not
change Station preparation or runtime behavior.
- Station profile/scenario: Not applicable.
- Result: Not applicable.
- Supporting evidence: Not applicable.

## Verification

- [x] PR description includes a `Signed-off-by:` line and every commit
appears as `Verified` in GitHub
- [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or
`npm run check:diff` passed when hooks were skipped or unavailable
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — `npx vitest run
test/changelog-docs.test.ts` (6 passed).
- [ ] Applicable broad gate passed — `npm test` for broad
runtime/test-harness changes; `npm run check` for repo-wide
validation/coverage changes — not run; this is a focused
documentation-only change.
- [x] Quality Gates section completed with required justifications or
waivers
- [x] No secrets, API keys, or credentials committed
- [ ] `npm run docs` builds without warnings (doc changes only) —
completed with 0 errors and 2 existing site-wide warnings.
- [x] Doc pages follow the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md)
(doc changes only)
- [ ] New doc pages include SPDX header and frontmatter (new pages only)
— the native changelog entry uses the required parser-safe MDX SPDX
comment and intentionally has no frontmatter.

---
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Updated v0.0.91 guidance for custom Dockerfiles, including continued
legacy compatibility and recommended migration to
`NEMOCLAW_INFERENCE_PROVIDER_ID`.
* Added release notes covering image security scanning, safer rebuild
behavior, token management, DGX Station guidance, and deterministic
release validation.
* Clarified that existing custom images may continue using the legacy
selector temporarily, with fallback removal planned for a future
release.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Co-authored-by: cjagwani <cjagwani@nvidia.com>
miyoungc added a commit that referenced this pull request Jul 22, 2026
<!-- markdownlint-disable MD041 -->
## Summary

The OpenClaw, Hermes, and Deep Agents Quickstarts now keep separate
source pages with consistent first-run platform ownership.
Each Quickstart retains immediate Docker, Windows, DGX Station, Express,
and model choices while linking durable details to their canonical
owners.
The refactor preserves published Quickstart routes, navigation,
supported workflows, and Commands and Troubleshooting content.

## Changes

- Condense duplicated Docker and platform prose in all three Quickstarts
into concise first-run summaries and canonical links.
- Keep Docker installation behavior in Prerequisites, Windows
preparation in its focused setup page, Station qualification and
preparation in the Station page, managed model and headless workflows in
Set Up vLLM, and validation status in Platform Support.
- Preserve Hermes-specific remote dashboard and API setup, including
`CHAT_UI_URL`, port forwarding, and API bearer-token retrieval.
- Make each Quickstart installer command set the sandbox name used by
its subsequent status, dashboard, and connect commands.
- Preserve the complete headless Station workflow and render the correct
OpenClaw, Hermes, and Deep Agents selection.
- Keep existing routes, navigation entries, and redirects unchanged
while generating agent-variant content from the canonical source pages.
- Incorporate merged PR #7331, including its PackageKit boundary,
without duplicating its integration-policy change.
- Incorporate merged PR #7327 while keeping Platform Support as the
canonical Station validation-status owner.
- Incorporate merged PR #7285 while keeping its existing-vLLM ownership
handoff in the canonical Station preparation page.

## Product Scope

Verdict: In scope.
The diff reorganizes existing Quickstart, Station, and vLLM
documentation and updates its ownership test.
It does not add an integration, solution recipe, custom image,
third-party stack, or supported product surface.

## Type of Change

- [ ] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [ ] Doc only (prose changes, no code sample modifications)
- [x] Doc only (includes code sample changes)

## Quality Gates

- [x] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [ ] Tests not applicable — justification:
- [x] Docs updated for user-facing behavior changes
- [ ] Docs not applicable — justification:
- [ ] Sensitive paths changed (security, policy, credentials, preflight,
onboarding, inference, runner, sandbox, or messaging)
- [ ] Sensitive-path review completed or maintainer-approved waiver
recorded — reviewer/approval link/justification:
- [ ] Non-success, skipped, or missing CI check accepted by maintainer —
check name, approval link, and follow-up issue:

## DGX Station Hardware Evidence

<!-- Required only when scripts/prepare-dgx-station-host.sh changes.
Maintainers must review the linked evidence before approving or merging.
This is human-reviewed evidence, not authenticated hardware provenance.
Exceptional bypasses use existing repository governance and must be
documented on the PR. -->
- [ ] Tested on DGX Station
- Tested commit: Not applicable; `scripts/prepare-dgx-station-host.sh`
is unchanged in the PR diff.
- Station profile/scenario: Documentation ownership refactor only.
- Result: Not applicable.
- Supporting evidence: Not applicable.

## Verification

- [x] PR description includes a `Signed-off-by:` line and every commit
appears as `Verified` in GitHub
- [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or
`npm run check:diff` passed when hooks were skipped or unavailable —
canonical-base diff-aware hook stages passed against `upstream/main`.
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — `npx vitest run
test/station-doc-ownership.test.ts
test/check-docs-published-routes.test.ts test/check-docs-links.test.ts`
(3 files, 44 tests passed).
- [ ] Applicable broad gate passed — Not applicable; this is a focused
documentation ownership refactor with targeted tests and the full docs
build.
- [x] Quality Gates section completed with required justifications or
waivers
- [x] No secrets, API keys, or credentials committed
- [ ] `npm run docs` builds without warnings (doc changes only) — passed
with 0 errors and 2 Fern warnings.
- [x] Doc pages follow the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md)
(doc changes only)
- [ ] New doc pages include SPDX header and frontmatter (new pages only)
— Not applicable; no pages were added.

Additional validation:

- `npm run docs:sync-agent-variants`
- `npm run docs`
- `npm run source-shape:check`
- `git diff --check upstream/main...HEAD`
- Generated OpenClaw, Hermes, and Deep Agents Set Up vLLM variants
contain the expected agent selection and no residual `<AgentOnly>`
directives.
- Repository-required documentation writer agent review found no content
loss, inaccurate claim, route or anchor drift, or agent-variant
regression. This was not a human review.
- Automated nine-category security review found no security issue in the
documentation and ownership-test diff. This was not a sensitive-path or
human security review.

Adjacent pre-existing debt, intentionally outside this refactor:

- The standalone Station override command and the generic installer
command printed by Windows preparation omit `NEMOCLAW_AGENT`, so users
following those commands directly must return to the agent-specific
Quickstart to preserve Hermes or Deep Agents selection.

---
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Senthil Ravichandran <senthilr@nvidia.com>

---------

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Senthil Ravichandran <senthilr@nvidia.com>
Co-authored-by: Senthil Ravichandran <senthilr@nvidia.com>
Co-authored-by: Carlos Villela <cvillela@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation, examples, guides, or docs build platform: dgx-station Affects DGX Station hardware or workflows v0.0.91 Release target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: reconcile DGX Station GB300 express setup with deferred support status

3 participants