Skip to content

Commit

Permalink
sync : whisper.cpp (grammar-parser, skip)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 7, 2024
1 parent 520ddb2 commit bb8d8cf
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/whisper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target_link_libraries(whisper-cpp PRIVATE
)

set(TEST_TARGET whisper)
add_executable(${TEST_TARGET} main.cpp)
add_executable(${TEST_TARGET} main.cpp grammar-parser.cpp)
target_link_libraries(${TEST_TARGET} PRIVATE whisper-cpp common)
target_include_directories(${TEST_TARGET} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/..)
target_include_directories(${TEST_TARGET} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../include/ggml)
Expand Down

0 comments on commit bb8d8cf

Please sign in to comment.