Spaces:
Runtime error
Runtime error
update to bfloat16 for faster speed
Browse files
config.py
CHANGED
@@ -83,9 +83,9 @@ quantized = {
|
|
83 |
config = {
|
84 |
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-14b/resolve/main/RWKV-4-Pile-14B-20230204-7324.pth",
|
85 |
"mode": TORCH,
|
86 |
-
"runtimedtype": torch.
|
87 |
"useGPU": torch.cuda.is_available(),
|
88 |
-
"dtype": torch.
|
89 |
}
|
90 |
|
91 |
title = "RWKV-4 (14b Feb 4 Snapshot)"
|
|
|
83 |
config = {
|
84 |
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-14b/resolve/main/RWKV-4-Pile-14B-20230204-7324.pth",
|
85 |
"mode": TORCH,
|
86 |
+
"runtimedtype": torch.bfloat16,
|
87 |
"useGPU": torch.cuda.is_available(),
|
88 |
+
"dtype": torch.bfloat16
|
89 |
}
|
90 |
|
91 |
title = "RWKV-4 (14b Feb 4 Snapshot)"
|