Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -27,8 +27,8 @@ def launch_vllm_server(beta=1.0):
|
|
| 27 |
]
|
| 28 |
_server_process = subprocess.Popen(cmd, env=env)
|
| 29 |
|
| 30 |
-
# Wait for the process to complete or be terminated
|
| 31 |
-
_server_process.wait()
|
| 32 |
|
| 33 |
# Step 1: Setup
|
| 34 |
setup_mixinputs()
|
|
|
|
| 27 |
]
|
| 28 |
_server_process = subprocess.Popen(cmd, env=env)
|
| 29 |
|
| 30 |
+
# # Wait for the process to complete or be terminated
|
| 31 |
+
# _server_process.wait()
|
| 32 |
|
| 33 |
# Step 1: Setup
|
| 34 |
setup_mixinputs()
|