Skip to content

Commit aae58db

Browse files
author
Rui Wang Napieralski
committed
fix mxnet estimator unit tests
1 parent e1fe7f4 commit aae58db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_mxnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _create_compilation_job(input_shape, output_location):
175175

176176

177177
def _neo_inference_image(mxnet_version):
178-
return "301217895009.dkr.ecr.us-west-2.amazonaws.com/sagemaker-neo-{}:{}-cpu-py3".format(
178+
return "301217895009.dkr.ecr.us-west-2.amazonaws.com/sagemaker-inference-{}:{}-cpu-py3".format(
179179
FRAMEWORK.lower(), mxnet_version
180180
)
181181

0 commit comments

Comments
 (0)