Skip to content

Commit 2031b39

Browse files
committed
add toml file
1 parent 62eaf27 commit 2031b39

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dlc_developer_config.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ deep_canary_mode = false
3636

3737
[build]
3838
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
39-
# available frameworks - ["base", "vllm", "autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = []
39+
# 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 = ["sglang"]
4141

4242

4343
# By default we build both training and inference containers. Set true/false values to determine which to build.
@@ -58,7 +58,7 @@ notify_test_failures = false
5858
[test]
5959
# Set to true to use the new test structure path for frameworks
6060
# Off by default (set to false)
61-
use_new_test_structure = false
61+
use_new_test_structure = true
6262

6363
### On by default
6464
sanity_tests = true
@@ -90,7 +90,7 @@ enable_ipv6 = false
9090
### b. Configure the default security group to allow SSH traffic using IPv4
9191
###
9292
### 3. Create an EFA-enabled security group:
93-
### a. Follow 'Step 1: Prepare an EFA-enabled security group' in:
93+
### a. Follow 'Step 1: Prepare an EFA-enabled security group' in:
9494
### https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html#efa-start-security
9595
### b. Configure this security group to also allow SSH traffic via IPv4
9696
ipv6_vpc_name = ""
@@ -185,3 +185,6 @@ dlc-pr-tensorflow-2-eia-inference = ""
185185

186186
# vllm
187187
dlc-pr-vllm = ""
188+
189+
# sglang
190+
dlc-pr-sglang = ""

0 commit comments

Comments
 (0)