Skip to content

Commit e116e41

Browse files
dipannita08copybara-github
authored andcommitted
BEGIN_PUBLIC
Update ml-goodput-measurement package for prod PyPi release v0.0.12. END_PUBLIC Details: go/monitor-infra-disruption-badput, https://b.corp.google.com/issues/425420858/dependencies Tested: - E2E MaxText & AxLearn w/ https://test.pypi.org/project/ml-goodput-measurement/0.1.39/ PiperOrigin-RevId: 775817789
1 parent b42ff60 commit e116e41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2020
* Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
2121
2222
-->
23+
## [0.0.12] - 2025-06-25
24+
25+
* Support monitoring disruption badput due to infrastructure recovery.
26+
* Support monitoring ideal step time.
27+
* Code clean up and bug fixes.
28+
2329
## [0.0.11] - 2025-06-06
2430

2531
* Support for monitoring performance degradations.
@@ -91,6 +97,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
9197
* Initial release of ML Goodput Measurement PyPi package
9298
* Feature: Contains the Goodput module which allows logging and retrieval of training job's overall productive Goodput
9399

100+
[0.0.12]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.11...v0.0.12
94101
[0.0.11]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.10...v0.0.11
95102
[0.0.10]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.8...v0.0.10
96103
[0.0.8]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.7...v0.0.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[project]
1616
name = "ml_goodput_measurement"
17-
version = "0.0.11"
17+
version = "0.0.12"
1818
authors = [
1919
{ name="Cloud TPU Team", email="[email protected]" },
2020
]

0 commit comments

Comments
 (0)