Update synthetic.py
This commit is contained in:
parent
a4d8dc31c4
commit
f2fb23e532
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue