whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

ci : fix (again) arm64 build fails

Open fitzsim opened this issue 9 months ago • 3 comments

  • docker : attempt fixing arm64 build on ci

  • qemu v7.0.0-28

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

fitzsim avatar Feb 22 '25 22:02 fitzsim

Submitted per the discussion in #2816. I tried pushing this patch on that pull request, but it did not take; I suspect workflow changes need to be reviewed/approved/merged before taking effect, so I submitted this separately. I will rebase the big endian branch if this goes in.

fitzsim avatar Feb 22 '25 22:02 fitzsim

I have tested the change from llama.cpp. It doesn't solve the problem. @fitzsim You can test it on your own fork.

foldl avatar Feb 22 '25 23:02 foldl

I think we have to apply it also to .github/workflows/build.yml

ggerganov avatar Feb 23 '25 10:02 ggerganov