Update rl.py
This commit is contained in:
parent
e554eb6f28
commit
c355a7457d
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ class Unsloth{RLConfig_name}({RLConfig_name}):
|
|||
metadata = {{'help': 'Chunk size to reduce memory usage'}},
|
||||
)
|
||||
def __init__({RLConfig_arguments},
|
||||
vllm_sampling_params = None,
|
||||
vllm_sampling_params = vllm_sampling_params,
|
||||
unsloth_num_chunks = unsloth_num_chunks,
|
||||
**kwargs,
|
||||
):
|
||||
{RLConfig_extra_args}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue