From 03bf52789be7e2cdb6e44e8fdd2b75fc83a527a5 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 30 Apr 2025 00:02:52 -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 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,