Hydra 1.2 Page
db: driver: mysql user: root pass: secret
: Improved the hydra.utils.instantiate() API to support positional arguments and a new _partial_ keyword, which allows for partially defined instances from configurations. hydra 1.2
if __name__ == "__main__": my_app()
If you are starting a new project today, use Hydra 1.2 . The new composition rules and Jupyter support are worth it. db: driver: mysql user: root pass: secret :







