You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,15 +161,14 @@ Here is an overview of our key releases and the future roadmap. For a detailed l
161
161
- A rolling leaderboard now allows for continuous submissions and updates.
162
162
- Reduced computational cost via removing held-out workloads, 3 repetition studies (down from 5), and adjusted runtime budgets.
163
163
- 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.
164
165
-**Leaderboard:** The active (but currently limited) leaderboard can be found at [**AlgoPerf v0.6 Leaderboard**](https://github.com/mlcommons/submissions_algorithms).
165
166
-**Rules:** For the current set of rules see [**AlgoPerf v0.6 Documentation**](/docs/DOCUMENTATION.md).
166
167
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:**
168
169
>
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.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Improved and streamlined version of the benchmark which includes important bug f
36
36
-[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)).
37
37
-[Code] Automatically determine the package version via the latest GitHub tag ([PR](https://github.com/mlcommons/algorithmic-efficiency/pull/831)).
38
38
-[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)).
0 commit comments