@@ -993,7 +993,7 @@ struct test {
993
993
" model_type" , " model_size" , " model_n_params" , " n_batch" , " n_ubatch" , " n_threads" ,
994
994
" cpu_mask" , " cpu_strict" , " poll" , " type_k" , " type_v" , " n_gpu_layers" ,
995
995
" split_mode" , " main_gpu" , " no_kv_offload" , " flash_attn" , " tensor_split" , " use_mmap" ,
996
- " embeddings" , " n_prompt" , " n_gen" , " n_depth" , " test_time" , " avg_ns" ,
996
+ " embeddings" , " n_prompt" , " n_gen" , " n_depth" , " test_time" , " avg_ns" ,
997
997
" stddev_ns" , " avg_ts" , " stddev_ts" ,
998
998
};
999
999
return fields;
@@ -1004,7 +1004,7 @@ struct test {
1004
1004
static field_type get_field_type (const std::string & field) {
1005
1005
if (field == " build_number" || field == " n_batch" || field == " n_ubatch" || field == " n_threads" ||
1006
1006
field == " poll" || field == " model_size" || field == " model_n_params" || field == " n_gpu_layers" ||
1007
- field == " main_gpu" || field == " n_prompt" || field == " n_gen" || field == " n_depth" ||
1007
+ field == " main_gpu" || field == " n_prompt" || field == " n_gen" || field == " n_depth" ||
1008
1008
field == " avg_ns" || field == " stddev_ns" ) {
1009
1009
return INT;
1010
1010
}
0 commit comments