Update synthetic.py

This commit is contained in:
Daniel Han 2025-04-30 11:17:00 -07:00
commit 003d820e2a

View file

@ -91,6 +91,8 @@ class SyntheticDataKit:
else:
subprocess_commands += ["--" + flag, which,]
pass
print(" ".join(subprocess_commands))
return
vllm_process = subprocess.Popen(
subprocess_commands,
stdout = subprocess.PIPE,