awslabs / sagemaker-debugger

Amazon SageMaker Debugger provides functionality to save tensors during training of machine learning jobs and analyze those tensors
Apache License 2.0
158 stars 82 forks source link

Remove time string in smdebug version tag #650

Closed yl-to closed 1 year ago

yl-to commented 1 year ago

Description of changes:

Removing time string in smdebug version tag to unblock xgboost container release.

pip package's install-option is deprecated, we can't add --release flag to prevent time string. So we are removing it since its not break any functionality.

Style and formatting:

I have run pre-commit install && pre-commit run --all-files to ensure that auto-formatting happens with every commit.

Issue number, if available

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.