瀏覽代碼

Update Core ML script

Lutz Roeder 3 年之前
父節點
當前提交
e1d5bd801a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/coreml

+ 0 - 1
tools/coreml

@@ -44,7 +44,6 @@ while [ "$#" != 0 ]; do
     case "${command}" in
         "clean") clean;;
         "sync") sync;;
-        "install") install;;
         "schema") schema;;
     esac
 done