Skip to content

Releases: awslabs/sagemaker-debugger

fix sagemaker model parallel lib segment fault by removing horovod import

13 Apr 22:03
7d5febc
Compare
Choose a tag to compare
1.0.34

fix: remove horovod.pytorch import, preventing segfault with rubik (#…

Increase version threshold for PyTorch 2.0

06 Apr 19:11
8887b3c
Compare
Choose a tag to compare
refactor: update pytorch version threshold to 3.0.0 (#658)

* refactor: update pytorch version threshold to 3.0.0

* refactor: bump version

* style: add newline

---------

Co-authored-by: Shibo Xing <[email protected]>

Pandas 2.0 support

06 Apr 17:35
6113cfe
Compare
Choose a tag to compare
  • Updates Pandas syntax to support Pandas 2.0

Minor importing issue fix

14 Mar 20:43
471af33
Compare
Choose a tag to compare
Fix: fix importing tensorflow data type in pytorch hook issue (#654)

* fix tf 212 and coe minor issues

* version bump

tensorflow 2.12 support and COE fix

13 Mar 17:58
1af0e2f
Compare
Choose a tag to compare
fix: smp will not be imported if not specified by user (#651)

* fix: smp will not be imported if not specified by user

* fix: add pipeline_parallel_degree for smp after v1.60

* remove tf related model parallel vars

* version bump

Removed time string in version tag

20 Feb 23:20
56fabe5
Compare
Choose a tag to compare
  • Help unblock xgboost container release

Fix XGBoost hook for xgboost version <= 1.7

14 Feb 21:53
6b16b4f
Compare
Choose a tag to compare
  • Create new XGBoost hook for its new callback since xgb v1.3
  • Adapt xgboost category column since xgb v1.5
  • Adapt xgboost rabit package deprecation since xgb v1.7

Support tensorflow 2.9 re-release

17 Jan 20:43
21585e9
Compare
Choose a tag to compare
  • fixed embedding layer gradient collection feature

Support tensorflow 2.11 release

22 Dec 20:42
ff3b536
Compare
Choose a tag to compare

Changes in both debugger and profiler sides to support tensorflow 2.11 changes
Debugger:

  • Removed a ZCC test
  • Replacing optimizers tensorflow2 tests with legacy ones according to breaking changes in tensorflow 2.11 optimizers

Profiler:

  • Skipping some tests according to breaking changes in tensorflow 2.11 trace.json file generation

Other:

  • Replacing deprecated data types in numpy

fix tensorflow 2.11 test failing

14 Nov 23:29
af8f502
Compare
Choose a tag to compare
1.0.23

bump the version to 1.0.23 (#627)