You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: open_instruct/grpo_fast.py
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -227,9 +227,6 @@ class Args:
227
227
stop_strings: list[str] |None=None
228
228
"""List of strings that stop the generation when they are generated.
229
229
The returned output will not contain the stop strings."""
230
-
use_fp8_kv_cache: bool=False
231
-
"""Whether to use fp8 kv cache. This is useful for larger models or olmo."""
232
-
233
230
# Algorithm
234
231
async_steps: int=1
235
232
"""Number of steps ahead to generate responses. Set to 0 to make the code synchronous. Values greater than 0 learn from a policy up to async_steps old like Cleanba (https://arxiv.org/abs/2310.00036)"""
0 commit comments