Jan Bielak

Results 19 issues of Jan Bielak

[CTranslate2](https://github.com/OpenNMT/CTranslate2) is a "competitor" to llama.cpp that advertises itself with: > ### Fast and efficient execution on CPU and GPU > The execution [is significantly faster and requires less resources](https://github.com/ggerganov/llama.cpp/issues/new?assignees=&labels=&template=custom.md&title=%5BUser%5D+Insert+summary+of+your+issue+or+enhancement..#benchmarks)...

enhancement

Well, it uses **50% less power** - that's "double" performance. Basically, instead of using spinlocks, I made `whisper.cpp` use condition variables with mutices (mutex plural?). Whisper is not really a...

As there are no Discussions, this is an "Issue". How was that demo video made? It is too... smooth and perfect to be a screen capture. A good UI showcase...

Regarding [`glfwpp-conan`](https://github.com/Ahajha/glfwpp-conan) by @Ahajha.

enhancement

I don't know anything about CoreML other than the fact that the Neural Engine is very well optimized on Apple's devices. I'm writing this as an idea. Would it be...

enhancement

On my computer (MacBook Pro 14", 2021 with M1 Pro, 16GB RAM, Ventura 13.3.1), this code causes `python` to segfault: ```python import ctranslate2 import numpy as np ``` The fix...

bug

**Is your feature request related to a problem? Please describe.** The _Use Python For..._ section of the website doesn't mention AI and Machine Learning, which would be a good selling...

frontend
admin

Should be **`sent`**, to be a past participle and match `received`. Not a PR as it's an API breaking change. https://github.com/c-villain/Shapes/blob/8084c5301dddf5122c5f97ce3cd73850aa976f17/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift#L4

Similar to #224, which is about numpy. Codon seems very promising in its ability to accelerate computationally-heavy Python applications. However, its adoption currently faces an important issue - the lack...

enhancement
help wanted