Update synthetic.py
This commit is contained in:
parent
fd7786dafd
commit
b71cb2705c
1 changed files with 3 additions and 1 deletions
|
|
@ -74,10 +74,12 @@ def async_load_vllm(
|
|||
if which == "true":
|
||||
# Ignore --enforce-eager True
|
||||
subprocess_commands += ["--" + flag,]
|
||||
elif which == "false":
|
||||
# Ignore flag
|
||||
pass
|
||||
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