mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-05 00:30:58 +02:00
Merge 2e1fb518d1
into 6e7629b146
This commit is contained in:
commit
61d9ea0f11
@ -88,6 +88,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||||||
option(WHISPER_FFMPEG "whisper: support building and linking with ffmpeg libs (avcodec, swresample, ...)" OFF)
|
option(WHISPER_FFMPEG "whisper: support building and linking with ffmpeg libs (avcodec, swresample, ...)" OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
option(GGML_VULKAN "ggml: support for Vulkan" OFF)
|
||||||
option(WHISPER_COREML "whisper: enable Core ML framework" OFF)
|
option(WHISPER_COREML "whisper: enable Core ML framework" OFF)
|
||||||
option(WHISPER_COREML_ALLOW_FALLBACK "whisper: allow non-CoreML fallback" OFF)
|
option(WHISPER_COREML_ALLOW_FALLBACK "whisper: allow non-CoreML fallback" OFF)
|
||||||
option(WHISPER_OPENVINO "whisper: support for OpenVINO" OFF)
|
option(WHISPER_OPENVINO "whisper: support for OpenVINO" OFF)
|
||||||
|
@ -333,6 +333,11 @@ Now build `whisper.cpp` with Vulkan support:
|
|||||||
cmake -B build -DGGML_VULKAN=1
|
cmake -B build -DGGML_VULKAN=1
|
||||||
cmake --build build -j --config Release
|
cmake --build build -j --config Release
|
||||||
```
|
```
|
||||||
|
with cmake
|
||||||
|
```
|
||||||
|
cmake -B build -DGGML_VULKAN=1
|
||||||
|
cmake --build build -j --config Release
|
||||||
|
```
|
||||||
|
|
||||||
## BLAS CPU support via OpenBLAS
|
## BLAS CPU support via OpenBLAS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user