Files
predict-otron-9001/integration/llama-runner/src/lib.rs
2025-09-04 13:53:00 -04:00

7 lines
187 B
Rust

pub mod llama_api;
pub use llama_api::{run_llama_inference, LlamaInferenceConfig, WhichModel};
// Re-export constants and types that might be needed
pub const EOS_TOKEN: &str = "</s>";