Skip to content

Commit

Permalink
chore: Update whispercpp URL to use CUDA prefix in BuildWhispercpp.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jun 3, 2024
1 parent 6cf192e commit 74ebd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildWhispercpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ elseif(WIN32)
endif()

set(WHISPER_CPP_URL
"https://github.com/occ-ai/occ-ai-dep-whispercpp/releases/download/0.0.3/whispercpp-windows-${ARCH_PREFIX}-0.0.3.zip"
"https://github.com/occ-ai/occ-ai-dep-whispercpp/releases/download/0.0.3/whispercpp-windows-${CUDA_PREFIX}-0.0.3.zip"
)
if($ENV{CPU_OR_CUDA} STREQUAL "cpu")
set(WHISPER_CPP_HASH "A7243E649E0B6D080AA6D2210DB0AC08C597FA11B88C3068B8A60083AD9E62EF")
Expand Down

0 comments on commit 74ebd0b

Please sign in to comment.