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 656f960 commit 34af8a8Copy full SHA for 34af8a8
tests/unit/sagemaker/model/test_neo.py
@@ -103,6 +103,7 @@ def test_compile_model_linux_arm64_nvidia(sagemaker_session):
103
output_path="s3://output",
104
role="role",
105
framework="tensorflow",
106
+ framework_version="1.15.3",
107
job_name="compile-model",
108
target_platform_os="LINUX",
109
target_platform_arch="ARM64",
@@ -123,6 +124,7 @@ def test_compile_model_android_armv7(sagemaker_session):
123
124
125
126
127
128
129
target_platform_os="ANDROID",
130
target_platform_arch="ARM_EABI",
0 commit comments