Spaces:
Runtime error
Runtime error
Hazzzardous
commited on
Commit
•
c4b4e6b
1
Parent(s):
b63ac1d
Update config.py
Browse files
config.py
CHANGED
@@ -19,15 +19,10 @@ quantized = {
|
|
19 |
|
20 |
|
21 |
config = {
|
22 |
-
"path":"https://huggingface.co/
|
23 |
-
"mode":TORCH,
|
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-
|
31 |
|
32 |
# RWKV 1B5 instruct model quantized
|
33 |
# Approximate
|
|
|
19 |
|
20 |
|
21 |
config = {
|
22 |
+
"path":"https://huggingface.co/mrsteyk/RWKV-LM-safetensors/resolve/main/RWKV-4-Pile-7B-Instruct-test1-20230124.rnn.safetensors",
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
+
title = "RWKV-7B ( rwkv-rs )"
|
26 |
|
27 |
# RWKV 1B5 instruct model quantized
|
28 |
# Approximate
|