bergamot-translator/wasm/bindings
Graeme Nail 4b0da8d434
Enables model ensembles (#450)
* Enables model ensembles

Adds the ability to use ensembles of models. This supports ensembles of
binary- or npz-format models, as well as mixtures of both.

When all models in the ensembles are of binary format, the load from
memory path is used. Otherwise, they are loaded via the file system.
Enable log-level debug for output related to this.

* Fix formatting

* Fix WASM bindings for MemoryBundle

For now, this does not support ensembles.

* Remove shared_ptr wrapping the AlignedMemory of models.

* Fix formatting
2023-08-01 19:35:11 +01:00
..
response_bindings.cpp Embed quality-scores as HTML tag attributes (#358) 2022-02-25 22:01:32 +00:00
response_options_bindings.cpp Allow per-input options (#346) 2022-02-11 13:06:26 +00:00
service_bindings.cpp Enables model ensembles (#450) 2023-08-01 19:35:11 +01:00