thewh1teagle

Results 206 issues of thewh1teagle

### What happened? When building llama.cpp in Release mode it stuck on build. with Debug config it compiles fast. ### Name and Version 1d1ccce67613674c75c9c7e3fa4c1e24e428ba48 ### What operating system are you...

bug-unconfirmed
stale
high severity

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest code. Development is very rapid so there are no tagged...

I suggest putting tashkeel in another crate / repo or behind feature flag since it has errors and it's not related directly. Would you mind let me know what's the...

Fixing linking issue on macOS when using with other bindgen crates such as `rodio` ```console --- stderr thread 'main' panicked at /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs:1860:1: a `libclang` shared library is not loaded on...

Resolve https://github.com/mush42/sonata/issues/1 I also added assets to gitignore.

The website nakdimon.org reloads the model each time I open it. Could you implement caching for the model to avoid this? Also, it might be more lightweight and faster to...

It takes a lot of time to do `git clone` with this repository since the model is uploaded here as well. I suggest remove it and upload it to the...

I'm using pyannote-onnx in conjunction with whisper.cpp, and I'm encountering an issue where whisper.cpp expects audio clips to be no longer than 30 seconds. However, pyannote sometimes detects speech longer...

Still need to work on the design ![image](https://github.com/user-attachments/assets/934a61b5-23ee-47ad-84b1-0c677bf8840d)

### What happened? If speech is detected that exceeds 30 seconds, it is sent to Whisper, but Whisper can only process up to 30 seconds and may return incomplete results...

bug