generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Promote `PPOv2Trainer` and `PPOv2Config` to top-level import * Deprecate `PPOTrainer` and `PPOConfig` * changes * Revert "Promote `PPOv2Trainer` and `PPOv2Config` to top-level import" This reverts commit 96ae02a. * Revert "Deprecate `PPOTrainer` and `PPOConfig`" This reverts commit 65990de. * peft * peft * try to simplify * revert utils changes * update dpo script * peft * style * revert gitignore * test_online_dpo_peft * ref model * peft example command * typo * remove param.requires_grad = False for the reward model * make `model` required arg * update example script * update xpo trainer * Update examples/scripts/dpo_online.py Co-authored-by: lewtun <[email protected]> * Update examples/scripts/dpo_online.py Co-authored-by: lewtun <[email protected]> * merge and unload --------- Co-authored-by: lewtun <[email protected]>
- Loading branch information
1 parent
88bede6
commit ebc85b2
Showing
4 changed files
with
209 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.