zois
Results
2
issues of
zois
Could you please add the launcher default value in the help menu? https://github.com/microsoft/DeepSpeed/blob/ab1d2f826b5e1365b9e68b59e4d13e27c6f1065e/deepspeed/launcher/runner.py#L117
The current version of `parse_number_value` can break JSON object parsing. Function `parse_number_value` calls `strtod` to convert strings to doubles. Since the parson library parses JSON files, it is a common...