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
I want to use Scheduler so I created my own Runner and Metric class as instructed.
When I import RegistryBundle with from ax.storage.registry_bundle import RegistryBundle, I run into a missing module exception.
I see that the analysis directory path exists in github under the 0.4.1 tag but it's not getting installed either when I use the wheel or install from git+ssh://git@github.com/facebook/Ax.git@0.4.1 somehow.
Please provide a minimal, reproducible example of the unexpected behavior.
Hi @greg-rezo just re-following up here, we need to cut a maintenance release of BoTorch before we can cut Ax, we're still working on getting that out, appreciate your patience
What happened?
I want to use
Scheduler
so I created my own Runner and Metric class as instructed.When I import
RegistryBundle
withfrom ax.storage.registry_bundle import RegistryBundle
, I run into a missing module exception.I see that the
analysis
directory path exists in github under the0.4.1
tag but it's not getting installed either when I use the wheel or install fromgit+ssh://git@github.com/facebook/Ax.git@0.4.1
somehow.Please provide a minimal, reproducible example of the unexpected behavior.
$ pip install "ax-platform[mysql]==0.4.1"
$ python -c "from ax.storage.registry_bundle import RegistryBundle"
Please paste any relevant traceback/logs produced by the example provided.
Ax Version
0.4.1
Python Version
3.10.14
Operating System
macos
Code of Conduct
The text was updated successfully, but these errors were encountered: