ROCm / apex

A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
BSD 3-Clause "New" or "Revised" License
18 stars 16 forks source link

Update version from 0.1 #117

Open fxmarty opened 1 year ago

fxmarty commented 1 year ago

Hi,

setup.py indicates that the current version is 0.1, which does not seem up to date with the GitHub releases: https://github.com/ROCmSoftwarePlatform/apex/blob/3ba7192d1ebad65bb34615a5ee03d9e00d1b00a6/setup.py#L665. As RoCm APEX is installed in e.g. RoCm PyTorch containers, it can be confusing to have a single 0.1 version for all of the RoCm APEX releases.

Thank you!

Edit: it appears the ambiguity exists as well in NVIDIA APEX. Not sure why no proper versioning exists.