Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOfOcean committed Oct 24, 2024
1 parent 8863e98 commit ff89eeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chatlearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ class RLHFMegatronModule(MegatronModule):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
logger.warning("RLHFMegatronModule is deprecated, please use MegatronModule")






0 comments on commit ff89eeb

Please sign in to comment.