We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0386583 commit 5b8d790Copy full SHA for 5b8d790
src/sagemaker/modules/train/model_trainer.py
@@ -838,7 +838,8 @@ def _prepare_train_script(
838
# This should never be reached, as the source_code should have been validated.
839
raise ValueError(
840
f"Unsupported SourceCode or DistributedConfig: {source_code}, {distributed}."
841
- + f"Please provide a valid configuration with atleast one of 'command' or entry_script'."
+ + "Please provide a valid configuration with atleast one of 'command'"
842
+ + " or entry_script'."
843
)
844
845
train_script = TRAIN_SCRIPT_TEMPLATE.format(
0 commit comments