You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently hydra and omegaconf are set as dependency during development
only.
But it should just be part of the core dependencies now (it is being
used in extensions/llm/export_llm.py) for the pip package.
Test Plan:
`pip freeze | grep hydra` (no result)
`pip install -e . --no-build-isolation`
`pip freeze | grep hydra` (found hydra)
0 commit comments