Spaces:
Sleeping
Sleeping
Hazzzardous
commited on
Commit
•
d1b43ed
1
Parent(s):
e2a3b3f
Update config.py
Browse files
config.py
CHANGED
@@ -24,7 +24,7 @@ config = {
|
|
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)"
|
|
|
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)"
|