File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.5.4
4
+
5
+ ### New features
6
+
7
+ #### Improvments
8
+ * Support of ` register_full_backward_hook ` (#720 , #750 )
9
+ * Add hook function of ` RMSNorm ` (#755 )
10
+ * Numpy 2.0 support (#746 )
11
+
12
+ ### Bug fixes
13
+ * Fix failing tests (#727 , #739 )
14
+ * Fix lint issues (#741 , #760 )
15
+ * Fix the norm calculation of bias under ghost clipping (#751 )
16
+ * Fix 'to_standard_module' under ghost clipping (#754 )
17
+ * Fix the return type of 'make_private' (#759 )
18
+
19
+ ### Miscellaneous
20
+ * Copyright for DISK (#719 )
21
+ * Improve the logging system (#735 )
22
+ * Update the tutorials (#733 , #745 )
23
+ * Minor change on the ghost clipping optimizer (#756 )
24
+ * Warning about restriction for adaptive clipping (#758 )
25
+
3
26
## v1.5.3
4
27
5
28
### New features
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- __version__ = "1.5.3 "
16
+ __version__ = "1.5.4 "
You can’t perform that action at this time.
0 commit comments