]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : restore big endian support (#2816)
authorThomas Fitzsimmons <redacted>
Tue, 25 Feb 2025 09:38:13 +0000 (09:38 +0000)
committerGitHub <redacted>
Tue, 25 Feb 2025 09:38:13 +0000 (11:38 +0200)
commit47e14c052998e9fe10b227c74f63031ce8cfe0be
treee0e4d86c23c193471f3a0714d45ef4caecc4df62
parentd682e150908e10caa4c15883c633d7902d385237
whisper : restore big endian support (#2816)

* whisper : fix BYTESWAP whitespace

* whisper : make byteswap useable with C++17

* cmake : define WHISPER_BIG_ENDIAN for big-endian targets

* ci : fix (again) arm64 build fails

* docker : attempt fixing arm64 build on ci

* qemu v7.0.0-28

[imported from
https://github.com/ggml-org/llama.cpp
/commit/818a340ea8be55b3706e1772527cb8738e90a8c7
(#11895)]

---------

Co-authored-by: Xuan-Son Nguyen <redacted>
.github/workflows/docker.yml
src/CMakeLists.txt
src/whisper.cpp