mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00

* pass seed, expose model seq_len * wip new llama2.c ui * final new UI example * small coppy * copy
3 lines
147 B
Bash
3 lines
147 B
Bash
cargo build --target wasm32-unknown-unknown --release
|
|
wasm-bindgen ../../target/wasm32-unknown-unknown/release/m.wasm --out-dir build --target web
|