File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
import boto3
19
19
import pytest
20
20
from sagemaker import LocalSession , Session
21
+ from sagemaker .tensorflow import TensorFlow
21
22
22
23
logger = logging .getLogger (__name__ )
23
24
logging .getLogger ('boto' ).setLevel (logging .INFO )
@@ -33,7 +34,7 @@ def pytest_addoption(parser):
33
34
parser .addoption ('--docker-base-name' , default = 'preprod-tensorflow' )
34
35
parser .addoption ('--tag' , default = None )
35
36
parser .addoption ('--region' , default = 'us-west-2' )
36
- parser .addoption ('--framework-version' , default = '1.12.0' )
37
+ parser .addoption ('--framework-version' , default = TensorFlow . LATEST_VERSION )
37
38
parser .addoption ('--processor' , default = 'cpu' , choices = ['gpu' , 'cpu' ])
38
39
parser .addoption ('--py-version' , default = '3' , choices = ['2' , '3' ])
39
40
parser .addoption ('--account-id' , default = '142577830533' )
You can’t perform that action at this time.
0 commit comments