Update synthetic.py
This commit is contained in:
parent
e2252f9f1c
commit
49c09c0bd9
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ def async_load_vllm(
|
|||
else:
|
||||
subprocess_commands += ["--" + flag, which,]
|
||||
pass
|
||||
print(subprocess_commands)
|
||||
vllm_process = subprocess.Popen(
|
||||
subprocess_commands,
|
||||
stdout = subprocess.PIPE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue