From 0e9d592dab30cce0e9e79b22f8449c07927ee67e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 29 Apr 2025 23:48:33 -0700 Subject: [PATCH] Update synthetic.py --- unsloth/dataprep/synthetic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index cf45b296b4..8fcbc1bef1 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -73,7 +73,7 @@ def async_load_vllm( which = str(value).lower().replace("torch.", "") subprocess_commands += [flag, which,] pass - + print(subprocess_commands) vllm_process = subprocess.Popen( subprocess_commands, stdout = subprocess.PIPE,