Skip to content

Commit 34af8a8

Browse files
committed
update test framework version
1 parent 656f960 commit 34af8a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/sagemaker/model/test_neo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_compile_model_linux_arm64_nvidia(sagemaker_session):
103103
output_path="s3://output",
104104
role="role",
105105
framework="tensorflow",
106+
framework_version="1.15.3",
106107
job_name="compile-model",
107108
target_platform_os="LINUX",
108109
target_platform_arch="ARM64",
@@ -123,6 +124,7 @@ def test_compile_model_android_armv7(sagemaker_session):
123124
output_path="s3://output",
124125
role="role",
125126
framework="tensorflow",
127+
framework_version="1.15.3",
126128
job_name="compile-model",
127129
target_platform_os="ANDROID",
128130
target_platform_arch="ARM_EABI",

0 commit comments

Comments
 (0)