We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge wasm port of marian for inference to it's main branch
Rebase on main branch
Merge wasm compatible SentencePiece in marian's main branch
Merge wasm compatible intgemm submodule in marian's main branch
- [ ] Enable decoder-only build capability in marian sources
Add onnxjs submodule (a wasm compatible SGEMM routine) in marian (this is required as long as marian can't solely use intgemm for Int-8 inference)
Enable try/catch free builds in marian (for fast inference)
Enable capability to build marian without multi-threading constructs (this is required until threading starts working in WASM)
Add workflow for building wasm compatible marian
Wasm builds: README and docker based build scripts
The text was updated successfully, but these errors were encountered:
PR completes following sub-task
Sorry, something went wrong.
abhi-agg
Successfully merging a pull request may close this issue.
Merge wasm port of marian for inference to it's main branch
Rebase on main branch
Merge wasm compatible SentencePiece in marian's main branch
Merge wasm compatible intgemm submodule in marian's main branch
- [ ] Enable decoder-only build capability in marian sourcesAdd onnxjs submodule (a wasm compatible SGEMM routine) in marian (this is required as long as marian can't solely use intgemm for Int-8 inference)
Enable try/catch free builds in marian (for fast inference)
Enable capability to build marian without multi-threading constructs (this is required until threading starts working in WASM)
Add workflow for building wasm compatible marian
Wasm builds: README and docker based build scripts
The text was updated successfully, but these errors were encountered: