Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 6, 2025
1 parent 9716845 commit 2a9fdd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion palm_rlhf_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from palm_rlhf_pytorch.palm import PaLM
from palm_rlhf_pytorch.reward import RewardModel
from palm_rlhf_pytorch.ppo import RLHFTrainer, ActorCritic

from palm_rlhf_pytorch.reward import RewardModel
from palm_rlhf_pytorch.implicit_process_reward import ImplicitPRM
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'PaLM-rlhf-pytorch',
packages = find_packages(exclude=[]),
version = '0.3.1',
version = '0.3.2',
license='MIT',
description = 'PaLM + Reinforcement Learning with Human Feedback - Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit 2a9fdd4

Please sign in to comment.