Commit graph

5 commits

Author SHA1 Message Date
Richard Palethorpe
ea6e850809
feat: Add Kokoros backend (#9212)
Signed-off-by: Richard Palethorpe <[email protected]>
2026-04-08 19:23:16 +02:00
Richard Palethorpe
e0eb2fd734
chore(ci): Scope tests extras backend tests (#9170)
Signed-off-by: Richard Palethorpe <[email protected]>
2026-03-30 17:46:07 +00:00
Richard Palethorpe
976c159fdb
chore(ci): Build some Go based backends on Darwin (#6164)
* chore(ci): Build Go based backends on Darwin

Signed-off-by: Richard Palethorpe <[email protected]>

* chore(stablediffusion-ggml): Fixes for building on Darwin

Signed-off-by: Richard Palethorpe <[email protected]>

* chore(whisper): Build on Darwin

Signed-off-by: Richard Palethorpe <[email protected]>

---------

Signed-off-by: Richard Palethorpe <[email protected]>
2025-09-01 22:18:30 +02:00
Richard Palethorpe
e6ebfd3ba1
feat(whisper-cpp): Convert to Purego and add VAD (#6087)
* fix(ci): Avoid matching wrong backend with the same prefix

Signed-off-by: Richard Palethorpe <[email protected]>

* chore(whisper): Use Purego and enable VAD

This replaces the Whisper CGO bindings with our own Purego based module
to make compilation easier.

In addition this allows VAD models to be loaded by Whisper. There is not
much benefit now except that the same backend can be used for VAD and
transcription. Depending on upstream we may also be able to use GPU for
VAD in the future, but presently it is disabled.

Signed-off-by: Richard Palethorpe <[email protected]>

---------

Signed-off-by: Richard Palethorpe <[email protected]>
Co-authored-by: Ettore Di Giacinto <[email protected]>
2025-08-28 17:25:18 +02:00
Richard Palethorpe
ebd1db2f09
chore(ci): Build modified backends on PR (#6086)
* chore(stablediffusion-ggml): rm redundant comment

Signed-off-by: Richard Palethorpe <[email protected]>

* chore(ci): Build modified backends on PR

Signed-off-by: Richard Palethorpe <[email protected]>

---------

Signed-off-by: Richard Palethorpe <[email protected]>
2025-08-18 17:56:34 +02:00