mirror of
https://github.com/NVIDIA-NeMo/Automodel.git
synced 2026-04-12 03:32:35 +00:00
* build: drop rc0 pre-release tag and add dynamic git versioning Append +<short-sha> to __version__ at import time using only the git binary. Falls back silently if git is unavailable or not in a repo. Set NO_VCS_VERSION=1 to opt out (e.g. for release builds). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com> * ci: pin build-test-publish-wheel to FW-CI-templates@7a6fd6d Temporarily pins to the commit that sets NO_VCS_VERSION=1 in the build step, fixing the sdist/wheel version mismatch introduced by dynamic git versioning. Will be replaced with a version tag once FW-CI-templates NVIDIA-NeMo/FW-CI-templates#443 is released. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com> * style: add blank line before if block (ruff E303) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com> * fix: suppress I001 import-sorting false positive in package_info.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com> * ci: pin FW-CI-templates to v0.88.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com> --------- Signed-off-by: oliver könig <okoenig@nvidia.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>