Skip to content

Commit 75fdc24

Browse files
committed
Add pmap to jit switch to v0.6
1 parent 6f63317 commit 75fdc24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,14 @@ Here is an overview of our key releases and the future roadmap. For a detailed l
161161
- A rolling leaderboard now allows for continuous submissions and updates.
162162
- Reduced computational cost via removing held-out workloads, 3 repetition studies (down from 5), and adjusted runtime budgets.
163163
- Includes important bug fixes (e.g., batch norm) and API improvements (e.g., `prepare_for_eval` function).
164+
- Migrating from `pmap` to `jit` in JAX for better performance and scalability.
164165
- **Leaderboard:** The active (but currently limited) leaderboard can be found at [**AlgoPerf v0.6 Leaderboard**](https://github.com/mlcommons/submissions_algorithms).
165166
- **Rules:** For the current set of rules see [**AlgoPerf v0.6 Documentation**](/docs/DOCUMENTATION.md).
166167

167-
> 🏗️ `v1.0` (Future) - Planned Long-Term Support Release <br> This will be the next major release of the benchmark and a "long-term support" version.
168+
> 🏗️ `v1.0` (Future) - Planned Long-Term Support Release <br> This will be the next major release of the benchmark and a "long-term support" version, with the following **anticipated features:**
168169
>
169-
> - **Anticipated Features:**
170-
> - Migrating from `pmap` to `jit` in JAX for better performance and scalability.
171-
> - Potentially adding a new language model (LM) workload.
172-
> - Stronger baselines, especially for the self-tuning leaderboard.
170+
> - Adding a new language model (LM) workload.
171+
> - Stronger baselines, especially for the self-tuning leaderboard.
173172
174173
## Training Algorithm Collection
175174

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Improved and streamlined version of the benchmark which includes important bug f
3636
- [Rules] Modify the runtime budgets and step hints for each workload ([PR](https://github.com/mlcommons/algorithmic-efficiency/pull/838)/[Issue](https://github.com/mlcommons/algorithmic-efficiency/issues/836)).
3737
- [Code] Automatically determine the package version via the latest GitHub tag ([PR](https://github.com/mlcommons/algorithmic-efficiency/pull/831)).
3838
- [Code, Docs] Move all algorithms into a dedicated `algorithms` directory ([PR](https://github.com/mlcommons/algorithmic-efficiency/pull/876)).
39+
- [Code] Migrate from `pmap` to `jit` in JAX for better performance and scalability ([PR](https://github.com/mlcommons/algorithmic-efficiency/pull/848)).
3940

4041
### Fixed
4142

0 commit comments

Comments
 (0)