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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SageMaker HyperPod CLI currently supports start training job with:
1. Clone and install the sagemaker-hyperpod-cli package.

```
git clone git@github.com:aws/sagemaker-hyperpod-cli.git
git clone https://github.com/aws/sagemaker-hyperpod-cli.git
cd sagemaker-hyperpod-cli
pip install .
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,6 @@ spec:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
# Uncomment following matchExpressions if using k8s 1.16 or lower
#- matchExpressions:
# - key: "beta.kubernetes.io/instance-type"
# operator: In
# values:
# - inf1.xlarge
# - inf1.2xlarge
# - inf1.6xlarge
# - inf1.24xlarge
# - inf2.xlarge
# - inf2.8xlarge
# - inf2.24xlarge
# - inf2.48xlarge
# - trn1.2xlarge
# - trn1.32xlarge
# - trn1n.32xlarge
- matchExpressions:
- key: "node.kubernetes.io/instance-type"
operator: In
Expand Down
5 changes: 0 additions & 5 deletions helm_chart/HyperPodHelmChart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ nvidia-device-plugin:
- ml.p5.48xlarge
- ml.p5e.48xlarge
- ml.p5en.48xlarge
# nvidia plugin needs at least one node selector. Below label exists for all hyperpod nodes
- key: kubernetes.io/os
operator: In
values:
- "linux"
tolerations:
- key: nvidia.com/gpu
operator: Exists
Expand Down