mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Add search path for rfd3 configurations * Add search path for rfd3 configurations * Add Hydra searchpath for rf3 and rfd3 model-specific configs (#166) * Initial plan * Add search path for rf3 configurations Co-authored-by: Ubiquinone-dot <66851659+Ubiquinone-dot@users.noreply.github.com> * Add rfd3 searchpath to validate.yaml and dev.yaml Co-authored-by: Ubiquinone-dot <66851659+Ubiquinone-dot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Ubiquinone-dot <66851659+Ubiquinone-dot@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
12 lines
375 B
YAML
12 lines
375 B
YAML
# @package _global_
|
|
# ^ The "package" determines where the content of the config is placed in the output config
|
|
# For more information about overriding configs, see: https://hydra.cc/docs/advanced/overriding_packages/#overriding-packages-using-the-defaults-list
|
|
|
|
hydra:
|
|
searchpath:
|
|
- pkg://rf3.configs
|
|
- pkg://configs
|
|
|
|
defaults:
|
|
- inference_engine: rf3
|
|
- _self_ |