Hazzzardous commited on
Commit
a489cca
1 Parent(s): 03ad0da

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -24,7 +24,7 @@ config = {
24
  "runtimedtype":torch.float64,
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)"
 
24
  "runtimedtype":torch.float64,
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)"