mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 12:20:46 +00:00
6 lines
74 B
Rust
6 lines
74 B
Rust
mod app;
|
|
mod model;
|
|
mod worker;
|
|
pub use app::App;
|
|
pub use worker::Worker;
|