From 49c09c0bd93c3091453733d2b319a94fbc66713c Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 30 Apr 2025 05:21:36 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 9f8204b5f0..878c2a2839 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -81,6 +81,7 @@ def async_load_vllm( else: subprocess_commands += ["--" + flag, which,] pass + print(subprocess_commands) vllm_process = subprocess.Popen( subprocess_commands, stdout = subprocess.PIPE,