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 bd47e5b commit 5addcd9Copy full SHA for 5addcd9
1 file changed
applications/DeepSpeed-Chat/e2e_rlhf.py
@@ -65,7 +65,7 @@ def parse_args():
65
"--reward-model",
66
type=lambda x: x.replace("facebook/opt-", ""),
67
default="350m",
68
- choices=("350m"),
+ choices=("350m", ),
69
help="Which facebook/opt-* model to use for Reward (step 2)",
70
)
71
parser.add_argument(
0 commit comments