Skip to content

Commit

Permalink
Merge pull request #51 from occ-ai/roy.bump_whisper_cpp_ver
Browse files Browse the repository at this point in the history
Bump whisper version for 25% speed gains
  • Loading branch information
royshil authored Nov 5, 2023
2 parents 1db40e3 + ea34206 commit 810e855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/BuildWhispercpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(WIN32)
Whispercpp_Build
DOWNLOAD_EXTRACT_TIMESTAMP true
GIT_REPOSITORY https://github.com/ggerganov/whisper.cpp.git
GIT_TAG 7b374c9ac9b9861bb737eec060e4dfa29d229259
GIT_TAG f96e1c5b7865e01fece99f69286d922d949a260d
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config ${Whispercpp_BUILD_TYPE}
BUILD_BYPRODUCTS
<INSTALL_DIR>/lib/static/${CMAKE_STATIC_LIBRARY_PREFIX}whisper${CMAKE_STATIC_LIBRARY_SUFFIX}
Expand All @@ -73,7 +73,7 @@ else()
Whispercpp_Build
DOWNLOAD_EXTRACT_TIMESTAMP true
GIT_REPOSITORY https://github.com/ggerganov/whisper.cpp.git
GIT_TAG 3fec2119e6b52d1381b02a0fbf281b1b34728c25
GIT_TAG f96e1c5b7865e01fece99f69286d922d949a260d
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config ${Whispercpp_BUILD_TYPE}
BUILD_BYPRODUCTS <INSTALL_DIR>/lib/static/${CMAKE_STATIC_LIBRARY_PREFIX}whisper${CMAKE_STATIC_LIBRARY_SUFFIX}
CMAKE_GENERATOR ${CMAKE_GENERATOR}
Expand Down

0 comments on commit 810e855

Please sign in to comment.