Skip to content

Commit 2e7c5b9

Browse files
committed
change dlc_developer_config.toml
1 parent 4fb40a6 commit 2e7c5b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dlc_developer_config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dev]
22
# Set to "huggingface", for example, if you are a huggingface developer. Default is ""
3-
partner_developer = ""
3+
partner_developer = "huggingface"
44
# Please only set it to true if you are preparing an EI related PR
55
# Do remember to revert it back to false before merging any PR (including EI dedicated PR)
66
ei_mode = false
@@ -9,7 +9,7 @@ ei_mode = false
99
neuron_mode = false
1010
# Please only set it to true if you are preparing a NEURONX related PR
1111
# Do remember to revert it back to false before merging any PR (including NEURONX dedicated PR)
12-
neuronx_mode = false
12+
neuronx_mode = true
1313
# Please only set it to true if you are preparing a GRAVITON related PR
1414
# Do remember to revert it back to false before merging any PR (including GRAVITON dedicated PR)
1515
graviton_mode = false
@@ -34,11 +34,11 @@ deep_canary_mode = false
3434
[build]
3535
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3636
# 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"]
3838

3939
# By default we build both training and inference containers. Set true/false values to determine which to build.
4040
build_training = true
41-
build_inference = true
41+
build_inference = false
4242

4343
# Set do_build to "false" to skip builds and test the latest image built by this PR
4444
# Note: at least one build is required to set do_build to "false"
@@ -71,10 +71,10 @@ ec2_tests_on_heavy_instances = false
7171

7272
### SM specific tests
7373
### Off by default
74-
sagemaker_local_tests = false
74+
sagemaker_local_tests = true
7575

7676
# run standard sagemaker remote tests from test/sagemaker_tests
77-
sagemaker_remote_tests = false
77+
sagemaker_remote_tests = true
7878
# run efa sagemaker tests
7979
sagemaker_efa_tests = false
8080
# run release_candidate_integration tests

0 commit comments

Comments
 (0)