Thomas F Steeples

Results 6 comments of Thomas F Steeples

@nemequ, that sounds reasonable. I've put the source/include files back in their original locations. Let me know if you would like anything else changed.

> I notice that the CMake file hard-codes `munit` to build in Release mode. Is that the intent? > See [line 28 of CMakeLists.txt](https://github.com/nemequ/munit/blob/fad95f1df81182300c9b8c66091ff6aee3a997c9/CMakeLists.txt#L28). So this was intentional, but happy...

Have the same error, ```Unknown AFC status 32.```, on Arch Linux 5.10.10, ifuse 1.1.4 and libimobiledeivce 1.3.0 (installed with package manager). Building from source works fine.

> I have a personal distaste for dual licensing just because it adds words (stupid reason I know) but if this was the reason stopping you using the library I...

My fear with a monorepo is that is promotes ggml as just the plumbing of whisper.cpp and llama.cpp, rather than a tensor framework in its own right, with wider applicability....

> My two cents is that when you have a closely-related dependency tree like this, it makes sense to just put them in the same repo. You can always put...