mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +00:00
[NFC] polish code style (#4799)
This commit is contained in:
parent
07ed155e86
commit
cd6a962e66
@ -3,8 +3,7 @@
|
|||||||
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user