Skip to content

Commit 6a00dae

Browse files
committed
retest pt sm local tests
1 parent 735527e commit 6a00dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dlc_developer_config.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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 - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = ["tensorflow"]
40+
build_frameworks = ["pytorch"]
4141

4242

4343
# By default we build both training and inference containers. Set true/false values to determine which to build.
@@ -105,7 +105,7 @@ use_scheduler = false
105105

106106
# Standard Framework Training
107107
dlc-pr-pytorch-training = ""
108-
dlc-pr-tensorflow-2-training = "tensorflow/training/buildspec-2-18-sm.yml"
108+
dlc-pr-tensorflow-2-training = "pytorch/training/buildspec-2-6-sm.yml"
109109
dlc-pr-autogluon-training = ""
110110

111111
# ARM64 Training
@@ -135,7 +135,7 @@ dlc-pr-tensorflow-2-habana-training = ""
135135

136136
# Standard Framework Inference
137137
dlc-pr-pytorch-inference = ""
138-
dlc-pr-tensorflow-2-inference = "tensorflow/inference/buildspec-2-18-sm.yml"
138+
dlc-pr-tensorflow-2-inference = "pytorch/inference/buildspec-2-6-sm.yml"
139139
dlc-pr-autogluon-inference = ""
140140

141141
# Graviton Inference

0 commit comments

Comments
 (0)