A framework for elegantly configuring complex applications.
Check the website for more information.
Hydra 1.0 is the stable version of Hydra.
- Documentation
- Installation :
pip install hydra-core --upgrade
Hydra 1.1 is still in active development and is getting close to a release candidate. New users and existing users that want to try the latest features are encouraged to use it and report issues.
- Documentation
- Installation :
pip install hydra-core --upgrade --pre
- Dev releases are more likely to have bugs, please report any issues.
- APIs and behaviors are subject to change without notice between different dev releases.
Hydra is licensed under MIT License.
Ask questions in the chat or StackOverflow (Use the tag #fb-hydra or #omegaconf):
If you use Hydra in your research please use the following BibTeX entry:
@Misc{Yadan2019Hydra,
author = {Omry Yadan},
title = {Hydra - A framework for elegantly configuring complex applications},
howpublished = {Github},
year = {2019},
url = {https://github.com/facebookresearch/hydra}
}