mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 20:22:49 +00:00
6 lines
137 B
Rust
6 lines
137 B
Rust
use yew_agent::PublicWorker;
|
|
fn main() {
|
|
console_error_panic_hook::set_once();
|
|
candle_wasm_example_llama2::Worker::register();
|
|
}
|