Rory Butler

Results 2 issues of Rory Butler

# Suggested MacOS Improvement (tested on M1) The current instructions for playing on a Mac involve opening a Terminal and running a Java command to start the application every time....

As of these two commits: https://github.com/ggerganov/whisper.cpp/commit/3ffc83d90a958e3810f02e49de44abc3a85f9a35 https://github.com/ggerganov/llama.cpp/commit/df334a11251b81fd0b6a0e51e7146e0ba9e973f2 Xcode projects that depend on both whisper.cpp and llama.cpp fail to build with the following error: ``` duplicate symbol '_ggml_map_custom2_inplace_f32' in: /Users/rmbutler/Library/Developer/Xcode/DerivedData/Test-enhfbqpszgsyebgummvnergeyfis/Build/Products/Debug-iphoneos/whisper.o /Users/rmbutler/Library/Developer/Xcode/DerivedData/Test-enhfbqpszgsyebgummvnergeyfis/Build/Products/Debug-iphoneos/llama.o...