mirror of
https://github.com/huggingface/candle.git
synced 2025-06-23 04:46:15 +00:00
[Wasm] BLIP Example (#1183)
* blip wasm start * fix dependency issue, move token stream here * vanilla js worker * roll back vscode * spell
This commit is contained in:
2
candle-wasm-examples/blip/build-lib.sh
Executable file
2
candle-wasm-examples/blip/build-lib.sh
Executable 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