@@ -37,12 +37,12 @@ deep_canary_mode = false
3737[build ]
3838# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3939# available frameworks - ["base", "vllm", "sglang", "autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40- build_frameworks = [" pytorch " ]
40+ build_frameworks = []
4141
4242
4343# By default we build both training and inference containers. Set true/false values to determine which to build.
4444build_training = true
45- build_inference = false
45+ build_inference = true
4646
4747# Set do_build to "false" to skip builds and test the latest image built by this PR
4848# Note: at least one build is required to set do_build to "false"
@@ -98,11 +98,11 @@ ipv6_vpc_name = ""
9898# run standard sagemaker remote tests from test/sagemaker_tests
9999sagemaker_remote_tests = true
100100# run efa sagemaker tests
101- sagemaker_efa_tests = true
101+ sagemaker_efa_tests = false
102102# run release_candidate_integration tests
103- sagemaker_rc_tests = true
103+ sagemaker_rc_tests = false
104104# run sagemaker benchmark tests
105- sagemaker_benchmark_tests = true
105+ sagemaker_benchmark_tests = false
106106
107107# SM remote EFA test instance type
108108sagemaker_remote_efa_instance_type = " "
@@ -124,7 +124,7 @@ nightly_pr_test_mode = false
124124dlc-pr-base = " "
125125
126126# Standard Framework Training
127- dlc-pr-pytorch-training = " pytorch/training/buildspec-2-8-sm.yml "
127+ dlc-pr-pytorch-training = " "
128128dlc-pr-tensorflow-2-training = " "
129129dlc-pr-autogluon-training = " "
130130
0 commit comments