🐛 Bug Report
I wanted to run training inside colab notebook using code that utilizes dora. But after installation hydra_main seems to be missing.
from dora import hydra_main gives me following exception
[<ipython-input-8-0d1fd6af93ab>](https://localhost:8080/#) in <cell line: 1>()
----> 1 from dora import hydra_main
ImportError: cannot import name 'hydra_main' from 'dora' (/usr/local/lib/python3.9/dist-packages/dora/__init__.py)
I installed it with
pip install -U dora-search
and tried few different versions.
Your Environment
Both kaggle or colab notebooks.
Or maybe this is expected and one can't use dora inside colab?