apr-cli 0.32.0

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

#[cfg(test)]
mod tests {
    use super::*;
include!("check_stage_print_results.rs");
include!("check_aggregation.rs");
include!("check_qkv_ffn_detection.rs");
include!("details.rs");
include!("check_embedding_validity_tokenizer.rs");
include!("check_full_model_has.rs");
include!("check_tensor_stage_json.rs");
}