Spaces:
Running
on
L40S
Running
on
L40S
miaoyibo
commited on
Commit
·
eca802f
1
Parent(s):
56b9716
vllm
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ if __name__ == "__main__":
|
|
343 |
print("start serving vllm")
|
344 |
script_path = os.path.join(os.path.dirname(__file__), "serve_vllm.sh")
|
345 |
subprocess.Popen(["bash", script_path])
|
346 |
-
time.sleep(
|
347 |
print("finiashed loading vllm")
|
348 |
|
349 |
args = parse_args()
|
|
|
343 |
print("start serving vllm")
|
344 |
script_path = os.path.join(os.path.dirname(__file__), "serve_vllm.sh")
|
345 |
subprocess.Popen(["bash", script_path])
|
346 |
+
time.sleep(500)
|
347 |
print("finiashed loading vllm")
|
348 |
|
349 |
args = parse_args()
|