Update synthetic.py

This commit is contained in:
Daniel Han 2025-05-01 06:16:58 -07:00
commit 706d14ea51

View file

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