Update synthetic.py

This commit is contained in:
Daniel Han 2025-04-29 23:48:33 -07:00
commit 0e9d592dab

View file

@ -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,