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 11# Changelog
22
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+
326## v1.5.3
427
528### New features
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- __version__ = "1.5.3 "
16+ __version__ = "1.5.4 "
You can’t perform that action at this time.
0 commit comments