Skip to content

Commit

Permalink
Allow any non-negative int for numRoceGdr (#73)
Browse files Browse the repository at this point in the history
Fixes #72.
  • Loading branch information
dgrove-oss authored Oct 2, 2024
1 parent 3cc7cd5 commit 62ca3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pytorchjob-generator/chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{ "type": "null" },
{ "type": "string" }
]},
"numRoceGdr": { "type": "integer", "minimum": 0, "maximum": 2 },
"numRoceGdr": { "type": "integer", "minimum": 0 },
"topologyFileConfigMap": { "oneOf": [
{ "type": "null" },
{ "$ref": "#/$defs/rfc1123Label" }
Expand Down

0 comments on commit 62ca3d3

Please sign in to comment.