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