Update synthetic.py

This commit is contained in:
Daniel Han 2025-05-01 06:35:28 -07:00
commit f2fb23e532

View file

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