1
1
[dev ]
2
2
# Set to "huggingface", for example, if you are a huggingface developer. Default is ""
3
- partner_developer = " "
3
+ partner_developer = " huggingface "
4
4
# Please only set it to true if you are preparing an EI related PR
5
5
# Do remember to revert it back to false before merging any PR (including EI dedicated PR)
6
6
ei_mode = false
@@ -9,7 +9,7 @@ ei_mode = false
9
9
neuron_mode = false
10
10
# Please only set it to true if you are preparing a NEURONX related PR
11
11
# Do remember to revert it back to false before merging any PR (including NEURONX dedicated PR)
12
- neuronx_mode = false
12
+ neuronx_mode = true
13
13
# Please only set it to true if you are preparing a GRAVITON related PR
14
14
# Do remember to revert it back to false before merging any PR (including GRAVITON dedicated PR)
15
15
graviton_mode = false
@@ -34,11 +34,11 @@ deep_canary_mode = false
34
34
[build ]
35
35
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
36
36
# available frameworks - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "mxnet", "pytorch", "stabilityai_pytorch"]
37
- build_frameworks = []
37
+ build_frameworks = [" huggingface_pytorch " ]
38
38
39
39
# By default we build both training and inference containers. Set true/false values to determine which to build.
40
40
build_training = true
41
- build_inference = true
41
+ build_inference = false
42
42
43
43
# Set do_build to "false" to skip builds and test the latest image built by this PR
44
44
# Note: at least one build is required to set do_build to "false"
@@ -71,10 +71,10 @@ ec2_tests_on_heavy_instances = false
71
71
72
72
# ## SM specific tests
73
73
# ## Off by default
74
- sagemaker_local_tests = false
74
+ sagemaker_local_tests = true
75
75
76
76
# run standard sagemaker remote tests from test/sagemaker_tests
77
- sagemaker_remote_tests = false
77
+ sagemaker_remote_tests = true
78
78
# run efa sagemaker tests
79
79
sagemaker_efa_tests = false
80
80
# run release_candidate_integration tests
0 commit comments