Skip to content

Commit

Permalink
support WeTextProcessing
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyi5608 authored Nov 8, 2023
1 parent 8cdaa76 commit da2b532
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/openvino/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ option(TORCH "whether to build with Torch" OFF)
option(ONNX "whether to build with ONNX" OFF)
option(GPU "whether to build with GPU" OFF)
option(OPENVINO "whether to build with OpenVINO" ON)
option(ITN "whether to use WeTextProcessing" ON)

set(CMAKE_VERBOSE_MAKEFILE OFF)

Expand All @@ -41,6 +42,10 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/kaldi
)

if(ITN)
include(wetextprocessing)
endif()

# Build all libraries
add_subdirectory(utils)
add_subdirectory(frontend)
Expand Down

0 comments on commit da2b532

Please sign in to comment.