We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a528 commit 291c774Copy full SHA for 291c774
examples/summarize_rlhf/trlx_gptj_text_summarization.py
@@ -16,7 +16,7 @@
16
TrainConfig,
17
TRLConfig,
18
)
19
-from trlx.trainer.nn.ppo_models import PPOConfig
+from trlx.models.modeling_ppo import PPOConfig
20
21
REWARD_CHECKPOINT_PATH = "reward_model/rm_checkpoint/pytorch_model.bin"
22
if not os.path.exists(REWARD_CHECKPOINT_PATH):
0 commit comments