Skip to content

Commit 6b4638a

Browse files
committed
patch pytorch imges
1 parent cce532f commit 6b4638a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dlc_developer_config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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_vllm", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = []
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.
4444
build_training = true
45-
build_inference = true
45+
build_inference = false
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"
@@ -124,7 +124,7 @@ nightly_pr_test_mode = false
124124
dlc-pr-base = ""
125125

126126
# Standard Framework Training
127-
dlc-pr-pytorch-training = ""
127+
dlc-pr-pytorch-training = "pytorch/training/buildspec-2-8-sm.yml"
128128
dlc-pr-tensorflow-2-training = ""
129129
dlc-pr-autogluon-training = ""
130130

@@ -190,4 +190,4 @@ dlc-pr-vllm = ""
190190
dlc-pr-huggingface-vllm = ""
191191

192192
# sglang
193-
dlc-pr-sglang = ""
193+
dlc-pr-sglang = ""

pytorch/training/buildspec-2-8-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.8.0
66
short_version: &SHORT_VERSION "2.8"
77
arch_type: x86
8-
# autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
training_repository: &TRAINING_REPOSITORY

0 commit comments

Comments
 (0)