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