Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Mar 25, 2024
1 parent 2f56ea7 commit fd85a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ml-commons-plugin/cluster-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ plugins.ml_commons.local_model.enabled: true
- Default value: `true`
- Valid values: `false`, `true`
## Remote model eligible node roles
## Node roles that can run externally hosted models
This setting allows a cluster admin to control the types of nodes on which externally hosted models can run.
Expand All @@ -401,7 +401,7 @@ plugins.ml_commons.task_dispatcher.eligible_node_role.remote_model: ["ml"]
- Default value: `["data", "ml"]`, which allows externally hosted models to run on data nodes and ML nodes.
## Local model eligible node roles setting
## Node roles that can run local models
This setting allows a cluster admin to control the types of nodes on which local models can run. The `plugins.ml_commons.only_run_on_ml_node` setting only allows the model to run on ML nodes. For a local model, if `plugins.ml_commons.only_run_on_ml_node` is set to `true`, then the model will always run on ML nodes. If `plugins.ml_commons.only_run_on_ml_node` is set to `false`, then the model will run on nodes defined in the `plugins.ml_commons.task_dispatcher.eligible_node_role.local_model` setting.
Expand Down

0 comments on commit fd85a74

Please sign in to comment.