Spaces:
Build error
Build error
update to instruct test 2
Browse files
config.py
CHANGED
@@ -12,21 +12,21 @@ quantized = {
|
|
12 |
# UNCOMMENT TO SELECT OPTIONS
|
13 |
# Not full list of options, see https://pypi.org/project/rwkvstic/ and https://huggingface.co/BlinkDL/ for more models/modes
|
14 |
|
15 |
-
# RWKV 1B5 instruct test
|
16 |
# Approximate
|
17 |
# [Vram usage: 6.0GB]
|
18 |
# [File size: 3.0GB]
|
19 |
|
20 |
|
21 |
config = {
|
22 |
-
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-1b5/resolve/main/RWKV-4-Pile-1B5-Instruct-
|
23 |
"mode": TORCH,
|
24 |
"runtimedtype": torch.float32,
|
25 |
"useGPU": torch.cuda.is_available(),
|
26 |
"dtype": torch.float32
|
27 |
}
|
28 |
|
29 |
-
title = "RWKV-4 (1.5b Instruct)"
|
30 |
|
31 |
# RWKV 1B5 instruct model quantized
|
32 |
# Approximate
|
|
|
12 |
# UNCOMMENT TO SELECT OPTIONS
|
13 |
# Not full list of options, see https://pypi.org/project/rwkvstic/ and https://huggingface.co/BlinkDL/ for more models/modes
|
14 |
|
15 |
+
# RWKV 1B5 instruct test 2 model
|
16 |
# Approximate
|
17 |
# [Vram usage: 6.0GB]
|
18 |
# [File size: 3.0GB]
|
19 |
|
20 |
|
21 |
config = {
|
22 |
+
"path": "https://huggingface.co/BlinkDL/rwkv-4-pile-1b5/resolve/main/RWKV-4-Pile-1B5-Instruct-test2-20230209.pth",
|
23 |
"mode": TORCH,
|
24 |
"runtimedtype": torch.float32,
|
25 |
"useGPU": torch.cuda.is_available(),
|
26 |
"dtype": torch.float32
|
27 |
}
|
28 |
|
29 |
+
title = "RWKV-4 (1.5b Instruct Test 2)"
|
30 |
|
31 |
# RWKV 1B5 instruct model quantized
|
32 |
# Approximate
|