From f2fb23e5322f2d4356238d9cadd878d8752a927c Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 1 May 2025 06:35:28 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 553a2b58e8..d41a72b443 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -95,6 +95,8 @@ class SyntheticDataKit: else: subprocess_commands += ["--" + flag, which,] pass + print("".join(subprocess_commands)) + raise vllm_process = subprocess.Popen( subprocess_commands, stdout = subprocess.PIPE,