mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-13 04:28:07 +00:00
whisper : disable CUDA mel + fix FFMPEG
This commit is contained in:
@ -24,7 +24,7 @@ if out=$($CC -dumpmachine); then
|
||||
build_target=$out
|
||||
fi
|
||||
|
||||
echo "int LLAMA_BUILD_NUMBER = ${build_number};"
|
||||
echo "char const *LLAMA_COMMIT = \"${build_commit}\";"
|
||||
echo "char const *LLAMA_COMPILER = \"${build_compiler}\";"
|
||||
echo "char const *LLAMA_BUILD_TARGET = \"${build_target}\";"
|
||||
echo "int WHISPER_BUILD_NUMBER = ${build_number};"
|
||||
echo "char const *WHISPER_COMMIT = \"${build_commit}\";"
|
||||
echo "char const *WHISPER_COMPILER = \"${build_compiler}\";"
|
||||
echo "char const *WHISPER_BUILD_TARGET = \"${build_target}\";"
|
||||
|
Reference in New Issue
Block a user