Skip to content

Commit

Permalink
Another YAML fix (#5596)
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
Signed-off-by: David Espejo <[email protected]>
  • Loading branch information
davidmirror-ops authored Jul 26, 2024
1 parent 9d0d67a commit d6da838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/productionizing/configuring_access_to_gpus.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ configuration:
inline:
plugins:
k8s:
gpu-unpartitioned-node-selector-requirement :
key: cloud.google.com/gke-gpu-partition-size #change to match your node label configuration
operator: Equal
value: DoesNotExist
gpu-unpartitioned-node-selector-requirement:
key: cloud.google.com/gke-gpu-partition-size #change to match your node label configuration
operator: Equal
value: DoesNotExist
```


Expand Down

0 comments on commit d6da838

Please sign in to comment.