Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Command-line interface for NeMo Platform.
**Getting started:**
- Browse documentation with **`nemo docs --list`**
- Run local platform services with **`nemo services run --help`**
- Deploy to Kubernetes with **`nemo docs set-up/helm/install`**
- Read the Kubernetes deployment guide with **`nemo docs set-up/helm/install`**
Comment thread
mckornfield marked this conversation as resolved.

**Examples:**

Expand Down
2 changes: 1 addition & 1 deletion docs/set-up/helm/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ platformConfig:
use_sdk_auth: true
```

For multi-node GPU jobs on EKS, also configure EFA networking in [Multinode Networking](/documentation/self-managed-deployment/setup/helm/multinode-networking).
For multi-node GPU jobs on EKS, also configure EFA networking as described in [Multinode Networking](/documentation/self-managed-deployment/setup/helm/multinode-networking).

## Install Volcano

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def main(
[green]Getting started:[/]
- Browse documentation with [cyan]`nemo docs --list`[/]
- Run local platform services with [cyan]`nemo services run --help`[/]
- Deploy to Kubernetes with [cyan]`nemo docs set-up/helm/install`[/]
- Read the Kubernetes deployment guide with [cyan]`nemo docs set-up/helm/install`[/]

[green]Examples:[/]
nemo workspaces list --output-format markdown
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/nemo-platform/src/nemo_platform/cli/app.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading