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: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Change Log
2
2
3
+
## algoperf-benchmark-0.1.4 (2024-03-26)
4
+
5
+
Upgrade CUDA version to CUDA 12.1:
6
+
- Upgrade CUDA version in Dockerfiles that will be used for scoring.
7
+
- Update Jax and PyTorch package version tags to use local CUDA installation.
8
+
9
+
Add flag for completely disabling checkpointing.
10
+
- Note that we will run with checkpointing off at scoring time.
11
+
12
+
Update Deepspeech and Conformer variant target setting configurations.
13
+
- Note that variant targets are not final.
14
+
15
+
Fixed bug in scoring code to take best trial in a study for external-tuning ruleset.
16
+
17
+
Added instructions for submission.
18
+
19
+
Changed default number of workers for PyTorch data loaders to 0. Running with >0 may lead to incorrect eval results see https://github.com/mlcommons/algorithmic-efficiency/issues/732.
0 commit comments