Update synthetic.py
This commit is contained in:
parent
e9f1c64ccd
commit
2bd33331f1
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ class SyntheticDataKit:
|
|||
else:
|
||||
subprocess_commands += ["--" + flag, which,]
|
||||
pass
|
||||
print("\n".join(subprocess_commands))
|
||||
print("".join(subprocess_commands))
|
||||
raise
|
||||
vllm_process = subprocess.Popen(
|
||||
subprocess_commands,
|
||||
stdout = subprocess.PIPE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue