Skip to content

Commit edc1b2c

Browse files
committed
Simplify hydra config_path in qmp/__main__.py
1 parent f823bbb commit edc1b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .algorithms import pretrain as _ # type: ignore[no-redef]
2525

2626

27-
@hydra.main(version_base=None, config_path=str(pathlib.Path().resolve()), config_name="config")
27+
@hydra.main(version_base=None, config_path=".", config_name="config")
2828
def main(config: omegaconf.DictConfig) -> None:
2929
"""
3030
The main function for the command line application.

0 commit comments

Comments
 (0)