[NFC] polish code style (#4799)

pull/4887/head
Camille Zhong 2023-09-27 10:42:11 +08:00 committed by Zian(Andy) Zheng
parent 07ed155e86
commit cd6a962e66
1 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,10 @@
#ifndef _tuning_h #ifndef _tuning_h
#define _tuning_h #define _tuning_h
struct ExLlamaTuning struct ExLlamaTuning {
{ int matmul_recons_thd;
int matmul_recons_thd; bool matmul_fused_remap;
bool matmul_fused_remap; bool matmul_no_half2;
bool matmul_no_half2;
}; };
#endif #endif