From 766c71844fadc6df88f08d2a225211c5fe253659 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 11 Feb 2025 03:25:37 -0800 Subject: [PATCH] Update rl.py --- unsloth/models/rl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/rl.py b/unsloth/models/rl.py index 9b8b410f46..4187417078 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -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