]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : fix WASM Stack Overflow (#1713)
authorAndreu Huguet <redacted>
Tue, 2 Jan 2024 16:50:04 +0000 (17:50 +0100)
committerGitHub <redacted>
Tue, 2 Jan 2024 16:50:04 +0000 (16:50 +0000)
commitf39f9690ecbd806369e0792b013b6939234d49b4
treebb07bbff27d4ced49b64b9ef5ebacc63379a365b
parentf9ca90256bf691642407e589db1a36562c461db7
examples : fix WASM Stack Overflow (#1713)

Fix for problem:

"""
RuntimeError: Aborted(Stack overflow! Stack cookie has been overwritten at 0x12be2b10, expected hex dwords 0x89BACDFE and 0x2135467, but received 0x00000000 0x00000000)
"""

That appears when executing the WASM example with the newer versions.
CMakeLists.txt