Closed Haoxiang-Wang closed 6 months ago
The original pip installation command in README is
pip install reward bench
which added a whitespace that leads to the installation of reward and bench packages.
reward
bench
This PR fixes it to
pip install rewardbench
which installs the correct version from https://pypi.org/project/rewardbench/
The original pip installation command in README is
pip install reward bench
which added a whitespace that leads to the installation of
reward
andbench
packages.This PR fixes it to
pip install rewardbench
which installs the correct version from https://pypi.org/project/rewardbench/