瀏覽代碼

model service

丁云鹏 5 月之前
父節點
當前提交
5ef6602e02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recommend-model-jni/paddle/test.sh

+ 1 - 1
recommend-model-jni/paddle/test.sh

@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-library_path=../paddle_interence_c
+library_path=../paddle_inference_c
 mkldnn_lib=$library_path"/third_party/install/mkldnn/lib"
 mklml_lib=$library_path"/third_party/install/mklml/lib"
 onnxruntime_lib=$library_path"/third_party/install/onnxruntime/lib"