BERT Wasm (#902)

* implement wasm module

* add example to workspace

* add UI explore semantic similiarity

* change status messages

* formatting

* minor changes
This commit is contained in:
Radamés Ajna
2023-09-19 13:31:37 -07:00
committed by GitHub
parent 8696f64bae
commit 7ad82b87e4
9 changed files with 719 additions and 4 deletions

View File

@ -11,11 +11,9 @@ members = [
"candle-wasm-examples/segment-anything",
"candle-wasm-examples/whisper",
"candle-wasm-examples/yolo",
"candle-wasm-examples/bert",
]
exclude = [
"candle-flash-attn",
"candle-kernels",
]
exclude = ["candle-flash-attn", "candle-kernels"]
resolver = "2"
[workspace.package]