Sarah Groß
Sarah Groß
Thanks for putting in the work!
> There seems to be a problem now to load the CID font `FDArrayTest257.otf`, I will examine later. The tests are running through fine - what problem are you encountering?...
The change regarding the delta values might be something I'll have to keep in mind when further working on #701 Thank you!
Can you please fix the linting issues so the tests run through? We should also really have tests for this, so that nothing breaks in the future! Thanks!
> If you define 'this' I could probably throw something together ;-D this = everything you're fixing/implementing with this PR ;) > Hard to check writing just with the code...
Can you please check the console to see if there appear any errors?
The spread operator is quite slow as well. Used with a single `push()` call, it's still considerably slower than using multiple `for()` loops. See https://jsperf.app/cabimi TODO: use this optimization in...
Nope, sorry. Nobody seems to have time to look into this currently. If someone finds where this needs to be set during export, a PR would be welcome.
For anyone coming across this in 2024: WHISPER_CUBLAS is deprecated, you have to use GGML_CUDA instead. If you keep getting the deprecation message, delete your build location first. So in...
@TonyJR would you be available to have a look at this, as you implemented the ccmp feature?