Spaces:
Build error
Build error
Commit ·
a489cca
1
Parent(s): 03ad0da
Update config.py
Browse files
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)"
|