From bf3a1f11054e0215a6b24720359055e46d409ec9 Mon Sep 17 00:00:00 2001
From: lyblsgo <lyblsgo@163.com>
Date: 星期一, 27 三月 2023 15:36:36 +0800
Subject: [PATCH]  c++ onnxruntime supports loading configs from model files

---
 funasr/runtime/onnxruntime/CMakeLists.txt |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/funasr/runtime/onnxruntime/CMakeLists.txt b/funasr/runtime/onnxruntime/CMakeLists.txt
index 8d502c4..11c1d35 100644
--- a/funasr/runtime/onnxruntime/CMakeLists.txt
+++ b/funasr/runtime/onnxruntime/CMakeLists.txt
@@ -1,7 +1,6 @@
 cmake_minimum_required(VERSION 3.10)
 
-#-DONNXRUNTIME_DIR=D:\thirdpart\onnxruntime
-project(FastASR)
+project(FunASRonnx)
 
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
@@ -23,8 +22,7 @@
 
 endif()
 
-#option(FASTASR_BUILD_PYTHON_MODULE "build python module, using FastASR in Python" OFF)
-
 add_subdirectory("./third_party/webrtc")
+add_subdirectory("./third_party/yaml-cpp")
 add_subdirectory(src)
 add_subdirectory(tester)

--
Gitblit v1.9.1