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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Merlin Changelog
2
2
3
-
## [22.04]
3
+
## [23.04]
4
4
5
-
Changes since the 22.02 release.
5
+
Changes since the 23.02 release.
6
6
7
7
The major focus of this release was broader support for training and serving session-based models across all Merlin libraries.
8
8
@@ -48,7 +48,7 @@ The major focus of this release was broader support for training and serving ses
48
48
49
49
#### Major Changes
50
50
51
-
* Publishing to Anaconda beginning with 22.04 https://anaconda.org/nvidia/merlin-models.
51
+
* Publishing to Anaconda beginning with 23.04 https://anaconda.org/nvidia/merlin-models.
52
52
* We have introduced a new design of the transformer API that simplifies the high-level transformer API and also fixes issues related to Causal LM (#1022).
53
53
54
54
#### Bug Fixes
@@ -68,7 +68,7 @@ The major focus of this release was broader support for training and serving ses
68
68
69
69
#### Major Changes
70
70
71
-
* Now has a hard dependency on Merlin Models verison 22.04 or greater.
71
+
* Now has a hard dependency on Merlin Models verison 23.04 or greater.
72
72
73
73
#### Deprecated / Removed
74
74
@@ -107,4 +107,4 @@ The major focus of this release was broader support for training and serving ses
107
107
### Other / Misc
108
108
109
109
#### Deprecated / Removed
110
-
* Removed `distributed-embeddings` from the 22.04 release. This will be added back in future releases. It is still possible to build the container by setting the `INSTALL_DISTRIBUTED_EMBEDDINGS` argument to `true`. ([Merlin/#908](https://github.com/NVIDIA-Merlin/Merlin/pull/908))
110
+
* Removed `distributed-embeddings` from the 23.04 release. This will be added back in future releases. It is still possible to build the container by setting the `INSTALL_DISTRIBUTED_EMBEDDINGS` argument to `true`. ([Merlin/#908](https://github.com/NVIDIA-Merlin/Merlin/pull/908))
0 commit comments