Hazzzardous commited on
Commit
e2a3b3f
·
1 Parent(s): e6d82fd

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -1
config.py CHANGED
@@ -23,7 +23,8 @@ config = {
23
  "mode":TORCH,
24
  "runtimedtype":torch.bfloat16,
25
  "useGPU":torch.cuda.is_available(),
26
- "dtype":torch.bfloat16
 
27
  }
28
 
29
  title = "RWKV-4 (7B Instruct v2)"
 
23
  "mode":TORCH,
24
  "runtimedtype":torch.bfloat16,
25
  "useGPU":torch.cuda.is_available(),
26
+ "dtype":torch.bfloat16,
27
+ "useLogFix":False # When enabled, use BlinkDLs version of the att.
28
  }
29
 
30
  title = "RWKV-4 (7B Instruct v2)"