We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113f82d commit dcd0427Copy full SHA for dcd0427
runner/conf/default.yaml
@@ -6,6 +6,12 @@ lf_path: "${oc.env:LF_PATH}"
6
bench_path: "${oc.env:LF_BENCHMARKS_PATH}"
7
continue_on_error: False
8
test_mode: False
9
+
10
+# keep the chdir behaviour of hydra<1.2.0
11
+hydra:
12
+ job:
13
+ chdir: True
14
15
defaults:
16
- benchmark: ???
17
- target: ???
runner/requirements.txt
@@ -1,3 +1,3 @@
1
-hydra-core>=1.1.0,<1.2.0
+hydra-core>=1.2.0
2
cogapp
3
pandas
0 commit comments