Skip to content

Commit

Permalink
Revert "add dlc developper config"
Browse files Browse the repository at this point in the history
This reverts commit 4d7b3f4.
  • Loading branch information
JingyaHuang committed Nov 15, 2024
1 parent 6c48088 commit ec02d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dlc_developer_config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dev]
# Set to "huggingface", for example, if you are a huggingface developer. Default is ""
partner_developer = "huggingface"
partner_developer = ""
# Please only set it to true if you are preparing an EI related PR
# Do remember to revert it back to false before merging any PR (including EI dedicated PR)
ei_mode = false
Expand Down Expand Up @@ -34,10 +34,10 @@ 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", "mxnet", "pytorch", "stabilityai_pytorch"]
build_frameworks = ["huggingface_pytorch"]
build_frameworks = []

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

# Set do_build to "false" to skip builds and test the latest image built by this PR
Expand Down

0 comments on commit ec02d02

Please sign in to comment.