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,