Add VULKAN option for cmake and doc in readme
This commit is contained in:
parent
8c6a9b8bb6
commit
2e1fb518d1
|
|
@ -82,6 +82,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||
option(WHISPER_FFMPEG "whisper: support building and linking with ffmpeg libs (avcodec, swresample, ...)" 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