Update synthetic.py
This commit is contained in:
parent
8f9dc57b29
commit
03bf52789b
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,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