Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Gitman <igitman@nvidia.com>
  • Loading branch information
Kipok committed Jan 26, 2024
1 parent 1f9107d commit 398ad45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### New features and optimizations
- Added public-facing official Dockerfile for NeMo-Aligner
- Added support for validation metrics that require token-by-token inference

### Breaking changes

Expand All @@ -15,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
a dictionary from the training configuration.
- `exp_manager.max_time_per_run` is now respected, the trainers will save and run validation before exiting if we've reached the time limit.
- Fixed crash in PPO when using a separate reward model server (i.e., with `combine_rm_and_critic_server=False`).
- Fixed a crash when LR scheduler was not specified

## [0.1.0] - 2023-12-04
### Added
Expand Down

0 comments on commit 398ad45

Please sign in to comment.