Andy Maloney
Andy Maloney
Because *DEST_LIBS*, *DEST_INCLUDE_DIR*, and *DEST_BINS* are defined in `common.pri` and it is included everywhere, there's no way to override the destination for the build. Ideally I should be able to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### commit hash 62b80a81d366239d3a482d8939721932fe367a9f ### OS macOS ### GPU cpu ### VRAM 8 GB...
This will show the header files in IDEs.
- remove unnecessary initialization of string to "" - use empty() instead of checking size() - use emplace_back instead of push_back - use nullptr instead of NULL - remove unnecessary...
It would be useful when making larger changes (like [this](https://github.com/ggerganov/whisper.cpp/pull/331)) if it could be properly formatted using clang-format. Do you happen to have a `.clang-format` file you can drop into...
This makes it easier to understand if you're looking for only one of the capabilities.
- update from 3.0 (from 2014) to 3.19 (from 2020) - move some global setting onto the targets (through a cmake include) Right now it's not possible to include whisper.cpp...