From 62ca3d32cbb14aa5ad55000b65745516d2c30678 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 2 Oct 2024 11:47:10 -0400 Subject: [PATCH] Allow any non-negative int for numRoceGdr (#73) Fixes #72. --- tools/pytorchjob-generator/chart/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pytorchjob-generator/chart/values.schema.json b/tools/pytorchjob-generator/chart/values.schema.json index faede94..eec9af7 100644 --- a/tools/pytorchjob-generator/chart/values.schema.json +++ b/tools/pytorchjob-generator/chart/values.schema.json @@ -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" }