Files
candle/candle-wasm-examples/llama2-c/src/bin/worker.rs
Laurent Mazare 160ba09d30 Polish the llama2 wasm ui. (#232)
* Polish the llama2 wasm ui.

* readme update.
2023-07-24 15:28:27 +01:00

6 lines
137 B
Rust

use yew_agent::PublicWorker;
fn main() {
console_error_panic_hook::set_once();
candle_wasm_example_llama2::Worker::register();
}