| 3120 | uint32_t n_swa = 0; |
| 3121 | uint32_t indexer_heads = 0; |
| 3122 | uint32_t indexer_head_dim = 0; |
| 3123 | uint32_t indexer_top_k = 0; |
| 3124 | uint32_t n_expert = 0; |
| 3125 | uint32_t n_expert_used = 0; |
| 3126 | uint32_t n_expert_groups = 0; |
| 3127 | uint32_t n_group_used = 0; |
| 3128 | uint64_t tensor_bytes = 0; |
| 3129 | uint64_t params = 0; |
| 3130 |
no test coverage detected