-
-
Notifications
You must be signed in to change notification settings - Fork 44
Write instructions for Apple Mac #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Ah yes, I need to update |
|
yes, noteworthy in the quantization section. |
Curious error.
The contents of the build folder for when I switch to PC. https://docsend.com/view/7b9sacg2wcbu66kt |
couldn't reproduce it on Linux, will give it a try after updating |
I'm closing because I was able to test on Windows. But it's still unresolved, but I have no approaches. |
Use the other issue to track readme documentation. |
* AVX512 support, note about #24, build release by default * Add flags to optionally disable build of examples and tests
I couldn't reproduce it on my Macbook so couldn't help further, but I added a note at the end of the building section. So let's keep this open for now in case someone may want to help. |
Can not build successfully on m2 pro, could you help me out? I'm new to cpp. @monatis mkdir build && cd build
cmake -DCLIP_NATIVE=ON ..
make Error:
edit: target_compile_features(common-clip PUBLIC cxx_std_20) Is it a bug or just local setting difference? |
This error is raised when built with C++98 standards, and it shouldn't be an issue with C++11 and later. What compiler and version ar you using? |
> c++ --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
% uname -mps
Darwin arm64 arm
Error
See also https://github.com/ggerganov/whisper.cpp/issues/66#issuecomment-#1282546789
The text was updated successfully, but these errors were encountered: