Merge 2e1fb518d1 into 1fe009caed
This commit is contained in:
commit
36798dd1cf
|
|
@ -89,6 +89,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||
option(WHISPER_COMMON_FFMPEG "whisper: examples link with ffmpeg libs in order to decode more audio formats" OFF)
|
||||
endif()
|
||||
|
||||
option(GGML_VULKAN "ggml: support for Vulkan" OFF)
|
||||
option(WHISPER_COREML "whisper: enable Core ML framework" OFF)
|
||||
option(WHISPER_COREML_ALLOW_FALLBACK "whisper: allow non-CoreML fallback" OFF)
|
||||
option(WHISPER_OPENVINO "whisper: support for OpenVINO" OFF)
|
||||
|
|
|
|||
Loading…
Reference in New Issue