summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/bert
Commit message (Collapse)AuthorAgeFilesLines
* bert attention mask (#1934)Zheng Li2024-08-011-1/+11
| | | | | | | | | | | | | | | * bert attention mask * Allow for using None as a mask. * Revert part of the changes so that the proper default mask applies. * Cosmetic change. * Another cosmetic tweak. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com>
* change DTypes (fixes #2355) (#2363)Jacob Marshall2024-07-281-2/+2
|
* Update gloo requirement from 0.8 to 0.11 (#1558)dependabot[bot]2024-01-101-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/commits) --- updated-dependencies: - dependency-name: gloo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-3/+3
|
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-3/+3
|
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-3/+3
|
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-3/+3
|
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-3/+3
| | | | | * Bump the version to 0.3.0. * Changelog update.
* Pass directly the buffer ownership. (#949)Laurent Mazare2023-09-241-2/+1
|
* BERT Wasm (#902)Radamés Ajna2023-09-198-0/+717
* implement wasm module * add example to workspace * add UI explore semantic similiarity * change status messages * formatting * minor changes