Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 697 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 697 Bytes

mamba-minimal-dfdx-example

Click here to run the model in your browser.

Information

Adapted from huggingface/candle/mamba-minimal.

Building

Native
RUSTFLAGS="-C target-cpu=native"
cargo run --release --no-default-features --features "native"
WASM
# no-ui (web console only)
wasm-pack build --release --target web --no-default-features

# yew web ui
wasm-pack build --release --target web --no-default-features --features "wasm_yew_ui"

# serve
http -a 127.0.0.1