Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -30,10 +30,10 @@ title = "RWKV-4 (14B 8k)"
|
|
30 |
# [Vram usage: 1.3GB]
|
31 |
# [File size: 3.0GB]
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
|
38 |
# title = "RWKV-4 (1.5b Instruct Quantized)"
|
39 |
|
|
|
30 |
# [Vram usage: 1.3GB]
|
31 |
# [File size: 3.0GB]
|
32 |
|
33 |
+
config = {
|
34 |
+
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-1b5/resolve/main/RWKV-4-Pile-1B5-Instruct-test1-20230124.pth",
|
35 |
+
**quantized
|
36 |
+
}
|
37 |
|
38 |
# title = "RWKV-4 (1.5b Instruct Quantized)"
|
39 |
|