Spaces:
Runtime error
Runtime error
update to feb 13 snapshot
Browse files
config.py
CHANGED
@@ -64,16 +64,16 @@ quantized = {
|
|
64 |
# title = "RWKV-4 (14b Quantized)"
|
65 |
|
66 |
|
67 |
-
# RWKV 14B
|
68 |
# Approximate
|
69 |
# [Vram usage: 15.0GB]
|
70 |
# [File size: 14.4GB]
|
71 |
|
72 |
config = {
|
73 |
-
"path": "https://huggingface.co/
|
74 |
}
|
75 |
|
76 |
-
title = "RWKV-4 (14b Quantized)"
|
77 |
|
78 |
# RWKV 14B (latest as of feb 9)
|
79 |
# Approximate
|
|
|
64 |
# title = "RWKV-4 (14b Quantized)"
|
65 |
|
66 |
|
67 |
+
# RWKV 14B quantized (latest as of feb 13)
|
68 |
# Approximate
|
69 |
# [Vram usage: 15.0GB]
|
70 |
# [File size: 14.4GB]
|
71 |
|
72 |
config = {
|
73 |
+
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-14b/resolve/main/RWKV-4-Pile-14B-20230213-8019.pth"
|
74 |
}
|
75 |
|
76 |
+
title = "RWKV-4 (14b Quantized - Feb 13)"
|
77 |
|
78 |
# RWKV 14B (latest as of feb 9)
|
79 |
# Approximate
|