The error message mentions that the YAML is not valid under any of the given schemas. What could be causing this error?
Attiq ur-Rehman
Asked on Nov 15, 2023
The error is caused by an invalid YAML syntax in the 'accelerators' field. The correct syntax for specifying accelerators using set notation is to use curly braces '{}' instead of single quotes ''. For example, the correct syntax should be 'accelerators: {'A100:1', 'V100:1', 'T4:1', 'A10G:1'}' instead of 'accelerators: {'A100:1','V100:1','T4:1','A10G:1'}'.