Skip to content

Commit

Permalink
Align GKE documentation and examples with TPG 6.x
Browse files Browse the repository at this point in the history
This commit fixes the documentation and examples to align with changes
introduced in a9c2a69 to make gke-node-pool module compatible with TPG
6.x.
  • Loading branch information
tpdownes committed Nov 8, 2024
1 parent 70b31db commit d46e7b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1463,10 +1463,10 @@ guest_accelerator:
- type: nvidia-l4
count: 1
gpu_sharing_config:
- max_shared_clients_per_gpu: 2
max_shared_clients_per_gpu: 2
gpu_sharing_strategy: "TIME_SHARING"
gpu_driver_installation_config:
- gpu_driver_version: "LATEST"
gpu_driver_version: "LATEST"
```

* Configuration of the cluster using default drivers provided by GKE.
Expand Down
6 changes: 3 additions & 3 deletions modules/compute/gke-node-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The following is an example of
guest_accelerator:
- gpu_partition_size: 1g.5gb
gpu_sharing_config:
- gpu_sharing_strategy: TIME_SHARING
gpu_sharing_strategy: TIME_SHARING
max_shared_clients_per_gpu: 3
```

Expand Down Expand Up @@ -181,9 +181,9 @@ The following is an example of using a GPU (with sharing config) attached to an
- type: nvidia-tesla-t4
count: 2
gpu_driver_installation_config:
- gpu_driver_version: "LATEST"
gpu_driver_version: "LATEST"
gpu_sharing_config:
- max_shared_clients_per_gpu: 2
max_shared_clients_per_gpu: 2
gpu_sharing_strategy: "TIME_SHARING"
```

Expand Down
8 changes: 4 additions & 4 deletions tools/cloud-build/daily-tests/blueprints/ml-gke-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ deployment_groups:
machine_type: g2-standard-4
guest_accelerator:
- gpu_driver_installation_config:
- gpu_driver_version: "LATEST"
gpu_driver_version: "LATEST"
gpu_sharing_config:
- max_shared_clients_per_gpu: 2
max_shared_clients_per_gpu: 2
gpu_sharing_strategy: "MPS"

- id: job_template_g2_latest_driver
Expand Down Expand Up @@ -131,9 +131,9 @@ deployment_groups:
- type: nvidia-tesla-t4
count: 2
gpu_driver_installation_config:
- gpu_driver_version: "LATEST"
gpu_driver_version: "LATEST"
gpu_sharing_config:
- max_shared_clients_per_gpu: 2
max_shared_clients_per_gpu: 2
gpu_sharing_strategy: "TIME_SHARING"

- id: job_template_n1_pool_full_spec
Expand Down

0 comments on commit d46e7b6

Please sign in to comment.