Update synthetic.py
This commit is contained in:
parent
2bd33331f1
commit
83f6f65086
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,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