Jerin Philip

Results 27 issues of Jerin Philip

I'm trying to get an `assert` working for #425; Despite no issues in WebAssembly, the following error message is dumped: ``` Using fallback gemm implementation Hallo Welt! Wiedersehen Welt! string...

documentation

1. Avoid copies through stringstream (of widespread use currently in BRT) to read into a string using buffered read. 2. BRT command line does not do error handling - whether...

Adds a CI using Android NDK and changes to `CMakeLists.txt` to build on Android. PRs to be merged before this: - https://github.com/browsermt/marian-dev/pull/79 - https://github.com/browsermt/ssplit-cpp/pull/13 Issues: - ARM only supports `int8`,...

Wormhole is not being used after https://github.com/mozilla/firefox-translations/pull/353 by any known clients. [Quick search](https://github.com/browsermt/bergamot-translator/search?q=WORMHOLE) points to references in: - GitHub Workflows - Helper scripts: [wasm/patch-artifacts-enable-wormhole.sh](https://github.com/browsermt/bergamot-translator/blob/8de368c16674b378ad30135e3b3e664ff5ecf7a8/wasm/patch-artifacts-enable-wormhole.sh) - [CMakeLists.txt](https://github.com/browsermt/bergamot-translator/blob/e34420647ddc528dac47ec57bab13771bd05abef/CMakeLists.txt#L116) - [ReadMe](https://github.com/browsermt/bergamot-translator/blob/e34420647ddc528dac47ec57bab13771bd05abef/README.md#L44) Might as...

Related: https://github.com/browsermt/bergamot-translator/issues/355#issuecomment-1043094869, https://github.com/browsermt/bergamot-translator/issues/298 I have proposed https://github.com/jelmervdl/firefox-translations/issues/5 at the experimental extension, a next feature in wishlist would be an explanation like the one below. A little far-fetched, but someday I'd...

enhancement
low-priority

This issue documents the progress on separating workspace from the graph for purposes of making multiple models translation more memory efficient. This is the bergamot-translator counterpart of https://github.com/browsermt/marian-dev/issues/57. ### Background...

high-priority
mod: marian
mod: bergamot

The C++ API uses `Response` as data. `source` and `target` are symmetric in structure and this has benefits. [Python bindings](https://github.com/browsermt/bergamot-translator/blob/main/bindings/python/bergamot.cpp) almost entirely rely on pybind11 metaprogramming and composition to obtain...

From https://github.com/mozilla/firefox-translations/issues/135 > I explored this further and reached a working point, but after having ~6 models loaded, the engine started to run into memory allocation issues which is probably...

We're going to do this the way it saves time in the [long run](https://xkcd.com/974). Edit: Looks like I'm going to start doing with browsermt fork first. We'll figure marian-nmt/marian-dev later....

mod: marian
mod: gemm

It appears that HTML is inserting itself into tokens modifying `ByteRange`s in `Annotation` (it is expected to adjust offsets, but not ideally in add more characters). I think @jelmervdl was...

mod: bergamot
low-priority