Update synthetic.py
This commit is contained in:
parent
7e599aba5f
commit
0e9d592dab
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def async_load_vllm(
|
|||
which = str(value).lower().replace("torch.", "")
|
||||
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