mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Also fix the aspect ratio in the wasm example. (#556)
* Also fix the aspect ratio in the wasm example. * Add the yolo lib. * Update the build script.
This commit is contained in:
2
candle-wasm-examples/yolo/build-lib.sh
Normal file
2
candle-wasm-examples/yolo/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