taekooktea commited on
Commit
7817475
·
verified ·
1 Parent(s): ba408df

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -10
start.sh CHANGED
@@ -1,11 +1,2 @@
1
  #!/bin/bash
2
- echo "=== Phi-3-mini 极速API启动中(CPU Basic适配)==="
3
-
4
- # 方案1:仅启动核心v1接口(推荐,资源占用最少)
5
- python api_v1.py
6
-
7
- # 方案2:同时启动v1接口+独立推理接口(需CPU资源充足,取消注释即可)
8
- # python api_v1.py &
9
- # python app.py
10
-
11
- echo "=== 服务启动完成 ==="
 
1
  #!/bin/bash
2
+ python api_v1.py