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