Commit cd6a962e authored by Camille Zhong's avatar Camille Zhong Committed by Zian(Andy) Zheng
Browse files

[NFC] polish code style (#4799)

parent 07ed155e
......@@ -3,11 +3,10 @@
#ifndef _tuning_h
#define _tuning_h
struct ExLlamaTuning
{
int matmul_recons_thd;
bool matmul_fused_remap;
bool matmul_no_half2;
struct ExLlamaTuning {
int matmul_recons_thd;
bool matmul_fused_remap;
bool matmul_no_half2;
};
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment