Generalize install locations
On Fedora the install location is dependent on the arch ex/ for x86_64 libraries install to /usr/lib64
So copy how llama-cpp does its install, replacing 'llama' with 'whisper' in the cmake variables.
The change seem to break Windows builds. Any hope to fix it?
This patch is now in conflict with the latest master branch.
@ggerganov Is there any hope to get install rules included in the cmake setup? I guess Windows compatibility is required?
Is there any hope to get install rules included in the cmake setup? I guess Windows compatibility is required?
@petterreinholdtsen I thought they are already included. If it does not work on Windows, please propose a patch to fix it.