From 4813fda12090783cbbfba116ace19af195e69d10 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 20 Jul 2025 00:10:41 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 94510ea163..23268807b1 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -78,7 +78,6 @@ class SyntheticDataKit: use_bitsandbytes = False, **kwargs, ) - print(engine_args) if "dtype" in engine_args: dtype_val = engine_args["dtype"] if dtype_val == torch.float16: dtype_val = "float16" @@ -118,7 +117,6 @@ class SyntheticDataKit: else: subprocess_commands += ["--" + flag, which,] pass - print(subprocess_commands) vllm_process = subprocess.Popen( subprocess_commands, stdout = subprocess.PIPE,