From 0d7cd24c3fea8b748941fba29691979a28cf6db5 Mon Sep 17 00:00:00 2001 From: Nikhil Kulkarni Date: Wed, 30 Sep 2020 11:14:44 -0700 Subject: [PATCH 1/2] Rename to neo-xgboost.json --- .../image_uri_config/{xgboost-neo.json => neo-xgboost.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/sagemaker/image_uri_config/{xgboost-neo.json => neo-xgboost.json} (100%) diff --git a/src/sagemaker/image_uri_config/xgboost-neo.json b/src/sagemaker/image_uri_config/neo-xgboost.json similarity index 100% rename from src/sagemaker/image_uri_config/xgboost-neo.json rename to src/sagemaker/image_uri_config/neo-xgboost.json From b56a23838aa063fcb9a8c23b2b90247b0deb7c3c Mon Sep 17 00:00:00 2001 From: Nikhil Kulkarni Date: Wed, 30 Sep 2020 11:40:36 -0700 Subject: [PATCH 2/2] Change neo algo name in test --- tests/unit/sagemaker/image_uris/test_neo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/sagemaker/image_uris/test_neo.py b/tests/unit/sagemaker/image_uris/test_neo.py index 474e996086..569666002e 100644 --- a/tests/unit/sagemaker/image_uris/test_neo.py +++ b/tests/unit/sagemaker/image_uris/test_neo.py @@ -19,7 +19,7 @@ INFERENTIA_REGIONS = ("us-east-1", "us-west-2") -NEO_ALGOS = ("image-classification-neo", "xgboost-neo") +NEO_ALGOS = ("image-classification-neo", "neo-xgboost") ACCOUNTS = { "af-south-1": "774647643957",