mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
4 lines
90 B
Rust
4 lines
90 B
Rust
pub mod gemma_api;
|
|
|
|
pub use gemma_api::{run_gemma_api, GemmaInferenceConfig, WhichModel};
|