mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
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:
2
candle-wasm-examples/bert/build-lib.sh
Normal file
2
candle-wasm-examples/bert/build-lib.sh
Normal file
@ -0,0 +1,2 @@
|
||||
cargo build --target wasm32-unknown-unknown --release
|
||||
wasm-bindgen ../../target/wasm32-unknown-unknown/release/m.wasm --out-dir build --target web
|
Reference in New Issue
Block a user