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
8 changes: 4 additions & 4 deletions docs/cli/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ nemo inference deployment-configs create [OPTIONS] [NAME]

**Arguments:**

* `<NAME>`: Name of the deployment configuration. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
* `<NAME>`: Name of the deployment configuration. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).

**Options:**

Expand Down Expand Up @@ -2015,7 +2015,7 @@ nemo inference deployments create [OPTIONS] [NAME]

**Arguments:**

* `<NAME>`: Name of the deployment. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
* `<NAME>`: Name of the deployment. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).

**Options:**

Expand Down Expand Up @@ -4648,7 +4648,7 @@ nemo models create [OPTIONS] [NAME]

**Arguments:**

* `<NAME>`: Name of the model entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
* `<NAME>`: Name of the model entity. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).

**Options:**

Expand Down Expand Up @@ -4890,7 +4890,7 @@ nemo models adapters create [OPTIONS] MODEL_NAME [NAME]
**Arguments:**

* `<MODEL_NAME>`
* `<NAME>`: Name of the adapter. Name must be unique in the workspace. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
* `<NAME>`: Name of the adapter. Name must be unique in the workspace. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).

**Options:**

Expand Down
113 changes: 62 additions & 51 deletions openapi/ga/individual/platform.openapi.yaml

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

Loading
Loading