thewh1teagle

Results 135 comments of thewh1teagle

I managed to build it on Windows in `msys2` environemnt! I had to change a little the source code to support `MinGW` compiler. 1. Download msys2 from https://www.msys2.org/ 2. Open...

@ggerganov It doesn't help. currenly I use openBlas so at least the performance is much better than without. Looking to improve it with the project [vibe](https://github.com/thewh1teagle/vibe) to get the best...

@ggerganov I think that eventually it will be useful having `is_avaibale()` function for each gpu method (`cuda`, `coreml` etc)

@ggerganov Can we somehow get `is_available()` functions per each GPU platform? so we can easily decide which to use? I just added `coreml` support for `vibe` app and the performance...

I also had this problem So I rewrote the library in `Rust` And you can work with it from `Python` In the implementation I did, there is no need to...

@lucasfernog I think it might be much better to handle it at runtime / per webview. Do you have any ideas for a convenient interface or examples that we could...

> Hmm.. I think it could be done by setting `"signingIdentity": "-"` in `tauri.config.json` It works! Very useful for simple projects that don't intend to sign it with an Apple...

You can apply it only if `OS` is `darwin` and `ARCH` is `aarch64` because on `x86_64` it's not neccesery

@pewsheen > Hmm.. I think it could be done by setting `"signingIdentity": "-"` in `tauri.config.json`? > > **Updated** A quick test on my MacBook without specifying `signingIdentity`. Looks like it...

It's related to what version of ffmpeg library you use. Currently ffmpeg-next supported FFmpeg versions: 3.4.x through 4.4.x.