apr-cli 0.29.3

CLI tool for APR model inspection, debugging, and operations
Documentation
1
2
3
4
5
6
7
8
9
10

#[cfg(test)]
mod tests {
    use super::*;
include!("fails.rs");
include!("run_tests_model_source.rs");
include!("run_tests_format_prediction.rs");
include!("run_tests_parse_token_ids.rs");
include!("run_tests_inference_output.rs");
}