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
We intend to release versions of singular project packages - think hydra-configs-torch or hydra-configs-torchvision via release branches that get tagged for upload to PyPI.
This enables users to get the exact version they need by specifying: pip install hydra-configs-torch==1.6 or pip install hydra-configs-torch==1.7.
Master/the top level will remain the metapackage hydra-torch and will include the most uptodate configs for each package. For example, at present, if the user wrote: pip install hydra-torch,
they would end up with the packages:
We intend to release versions of singular project packages - think
hydra-configs-torch
orhydra-configs-torchvision
via release branches that get tagged for upload to PyPI.This enables users to get the exact version they need by specifying:
pip install hydra-configs-torch==1.6
orpip install hydra-configs-torch==1.7
.Master/the top level will remain the metapackage
hydra-torch
and will include the most uptodate configs for each package. For example, at present, if the user wrote:pip install hydra-torch
,they would end up with the packages:
The text was updated successfully, but these errors were encountered: