Update synthetic.py
This commit is contained in:
parent
9f8637a8be
commit
fd7786dafd
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,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