fix: return notimplemented for ppo

This commit is contained in:
NanoCode012
2025-05-22 17:48:08 +07:00
parent 24b61c1b67
commit 0fc6499461

View File

@@ -247,4 +247,4 @@ class HFPPOTrainerBuilder(TrainerBuilderBase):
def build(self, total_num_steps):
# build PPOConfig
pass
raise NotImplementedError("PPO trainer builder is not implemented yet.")