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,