Skip to content

Commit 889bc21

Browse files
committed
REVERTME: set developer config
1 parent 5e784dc commit 889bc21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dlc_developer_config.toml

+4-4
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,10 +34,10 @@ 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.
40-
build_training = true
40+
build_training = false
4141
build_inference = true
4242

4343
# Set do_build to "false" to skip builds and test the latest image built by this PR

0 commit comments

Comments
 (0)