Update rl.py
This commit is contained in:
parent
657ce5cab9
commit
5fa88c3cb9
1 changed files with 0 additions and 1 deletions
|
|
@ -361,7 +361,6 @@ def patch_vllm(RLTrainer, trainer_file, RLTrainer_name, all_imports, imports):
|
|||
new_vllm_part,
|
||||
flags = re.MULTILINE | re.DOTALL,
|
||||
)
|
||||
print(sampling_params)
|
||||
if len(sampling_params) == 1:
|
||||
sampling_params = sampling_params[0]
|
||||
# Replace with our vLLM engine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue