Skip to content

Commit 62ca3d3

Browse files
authored
Allow any non-negative int for numRoceGdr (#73)
Fixes #72.
1 parent 3cc7cd5 commit 62ca3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pytorchjob-generator/chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{ "type": "null" },
7373
{ "type": "string" }
7474
]},
75-
"numRoceGdr": { "type": "integer", "minimum": 0, "maximum": 2 },
75+
"numRoceGdr": { "type": "integer", "minimum": 0 },
7676
"topologyFileConfigMap": { "oneOf": [
7777
{ "type": "null" },
7878
{ "$ref": "#/$defs/rfc1123Label" }

0 commit comments

Comments
 (0)