We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993da0 commit 02445baCopy full SHA for 02445ba
src/sagemaker/image_uris.py
@@ -128,7 +128,7 @@ def retrieve(
128
if framework == HUGGING_FACE_FRAMEWORK:
129
inference_tool = _get_inference_tool(inference_tool, instance_type)
130
if inference_tool == "neuron":
131
- _framework = "{}-{}".format(framework, inference_tool)
+ _framework = f"{framework}-{inference_tool}"
132
config = _config_for_framework_and_scope(_framework, image_scope, accelerator_type)
133
elif framework == HUGGING_FACE_FRAMEWORK:
134
config = _config_for_framework_and_scope(
0 commit comments