From c421722fd01ef7d6dee7a676d2e1ad3ffea15951 Mon Sep 17 00:00:00 2001 From: Jasper Butcher <66851659+Ubiquinone-dot@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:35:40 +0000 Subject: [PATCH 1/3] Add search path for rfd3 configurations --- models/rfd3/configs/inference.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/models/rfd3/configs/inference.yaml b/models/rfd3/configs/inference.yaml index a7f2087c..692af1ba 100644 --- a/models/rfd3/configs/inference.yaml +++ b/models/rfd3/configs/inference.yaml @@ -2,6 +2,7 @@ hydra: searchpath: + - pkg://rfd3.configs - pkg://configs defaults: From 76ee4865fcab5f9f24385feff245833f7931dfd4 Mon Sep 17 00:00:00 2001 From: Jasper Butcher <66851659+Ubiquinone-dot@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:36:17 +0000 Subject: [PATCH 2/3] Add search path for rfd3 configurations --- models/rfd3/configs/train.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/rfd3/configs/train.yaml b/models/rfd3/configs/train.yaml index c49dd318..9aaa2bfd 100644 --- a/models/rfd3/configs/train.yaml +++ b/models/rfd3/configs/train.yaml @@ -1,6 +1,7 @@ # @package _global_ hydra: searchpath: + - pkg://rfd3.configs - pkg://configs defaults: @@ -25,4 +26,4 @@ ckpt_path: null # Placeholders name: aa_design -tags: [aa_design] \ No newline at end of file +tags: [aa_design] From 9e8524c10ba2c3f574124cdd28d32d32a4c212e9 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:55:38 -0800 Subject: [PATCH 3/3] 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> --- models/rf3/configs/inference.yaml | 5 +++++ models/rf3/configs/train.yaml | 5 +++++ models/rf3/configs/validate.yaml | 5 +++++ models/rfd3/configs/dev.yaml | 1 + models/rfd3/configs/validate.yaml | 1 + 5 files changed, 17 insertions(+) diff --git a/models/rf3/configs/inference.yaml b/models/rf3/configs/inference.yaml index 5dfa30ad..7acab838 100644 --- a/models/rf3/configs/inference.yaml +++ b/models/rf3/configs/inference.yaml @@ -2,6 +2,11 @@ # ^ 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_ \ No newline at end of file diff --git a/models/rf3/configs/train.yaml b/models/rf3/configs/train.yaml index 75f5766a..3d5c611d 100644 --- a/models/rf3/configs/train.yaml +++ b/models/rf3/configs/train.yaml @@ -2,6 +2,11 @@ # ^ 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 + # NOTE: order of defaults determines the order in which configs override each other (higher up items are overridden by lower items) defaults: - callbacks: default diff --git a/models/rf3/configs/validate.yaml b/models/rf3/configs/validate.yaml index af4899b0..79fa9590 100644 --- a/models/rf3/configs/validate.yaml +++ b/models/rf3/configs/validate.yaml @@ -2,6 +2,11 @@ # ^ 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 + # NOTE: order of defaults determines the order in which configs override each other (higher up items are overridden by lower items) defaults: - callbacks: default diff --git a/models/rfd3/configs/dev.yaml b/models/rfd3/configs/dev.yaml index ec211181..187b7c42 100644 --- a/models/rfd3/configs/dev.yaml +++ b/models/rfd3/configs/dev.yaml @@ -2,6 +2,7 @@ # Inference engine config for development hydra: searchpath: + - pkg://rfd3.configs - pkg://configs defaults: diff --git a/models/rfd3/configs/validate.yaml b/models/rfd3/configs/validate.yaml index a62b8776..3b43feea 100644 --- a/models/rfd3/configs/validate.yaml +++ b/models/rfd3/configs/validate.yaml @@ -2,6 +2,7 @@ hydra: searchpath: + - pkg://rfd3.configs - pkg://configs defaults: