Update synthetic.py
This commit is contained in:
parent
9b31af17b4
commit
706d14ea51
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class SyntheticDataKit:
|
|||
else:
|
||||
subprocess_commands += ["--" + flag, which,]
|
||||
pass
|
||||
return subprocess_commands
|
||||
vllm_process = subprocess.Popen(
|
||||
subprocess_commands,
|
||||
stdout = subprocess.PIPE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue