Upload deploy.sh
Browse files
deploy.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# task_name=$1
|
| 2 |
+
# ckpt_path=$2
|
| 3 |
+
# python reset.py
|
| 4 |
+
# python demo_deploy.py --ckpt_path $ckpt_path --task_name $task_name --model_name $model_name --device $device --port $port --host $host --debug $debug
|
| 5 |
+
|
| 6 |
+
ckpt_path=$1
|
| 7 |
+
python reset.py
|
| 8 |
+
python demo_deploy.py --ckpt_path $ckpt_path
|