Skip to content

swfsql/mamba-minimal-dfdx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages