whisper.cpp
whisper.cpp copied to clipboard
Swift: Updating Swift package for linux configuration
trafficstars
- We need to ignore Apple platforms frameworks (Accelerate and Metal) when building the project on Linux
- We need to define
_GNU_SOURCEfor certains function declaration (insched.h)
The Package.swift here closely follows https://github.com/ggerganov/llama.cpp/blob/master/Package.swift, so this should be done there first.