雷娃 commited on
Commit
92e3e51
·
1 Parent(s): 1d5c7e3

add install.sh

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def install_vllm_from_patch():
13
  return False
14
 
15
  try:
16
- prinf(f"begin run install.sh")
17
  result = subprocess.run(
18
  ["bash", script_path],
19
  check=True,
 
13
  return False
14
 
15
  try:
16
+ print(f"begin run install.sh")
17
  result = subprocess.run(
18
  ["bash", script_path],
19
  check=True,