diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index 9c6596a8b0..4dae6cba4c 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -80,6 +80,7 @@ def async_load_vllm( else: subprocess_commands += [flag, which,] pass + print(subprocess_commands) vllm_process = subprocess.Popen( subprocess_commands, stdout = subprocess.PIPE,