Llama2.c wasm module. (#686)

This commit is contained in:
Laurent Mazare
2023-08-31 08:44:32 +02:00
committed by GitHub
parent 9bd486fb96
commit 8e84d8a59b
3 changed files with 90 additions and 7 deletions

View File

@ -1,5 +1,5 @@
mod app;
mod model;
mod worker;
pub mod model;
pub mod worker;
pub use app::App;
pub use worker::Worker;