Skip to content

Commit

Permalink
change toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadan Wei committed Jan 13, 2025
1 parent 07be705 commit 1b4173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlc_developer_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deep_canary_mode = false
[build]
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
# available frameworks - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
build_frameworks = []
build_frameworks = ["tensorflow"]

# By default we build both training and inference containers. Set true/false values to determine which to build.
build_training = true
Expand Down

0 comments on commit 1b4173b

Please sign in to comment.