Update rl_replacements.py
This commit is contained in:
parent
1e35ab6722
commit
7b13eb0eca
1 changed files with 1 additions and 1 deletions
|
|
@ -143,6 +143,6 @@ def grpo_trainer__move_model_to_vllm(function_name, function):
|
|||
|
||||
# .*? matches first match. .+? matches final match.
|
||||
function = "def _move_model_to_vllm(*args, **kwargs): return None\n"
|
||||
return function
|
||||
return function.find("def") * " " + function
|
||||
pass
|
||||
RL_FUNCTIONS["grpo_trainer"].append(grpo_trainer__move_model_to_vllm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue