We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f823bbb commit edc1b2cCopy full SHA for edc1b2c
qmp/__main__.py
@@ -24,7 +24,7 @@
24
from .algorithms import pretrain as _ # type: ignore[no-redef]
25
26
27
-@hydra.main(version_base=None, config_path=str(pathlib.Path().resolve()), config_name="config")
+@hydra.main(version_base=None, config_path=".", config_name="config")
28
def main(config: omegaconf.DictConfig) -> None:
29
"""
30
The main function for the command line application.
0 commit comments