mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +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;
|