Lookimi commited on
Commit
7c7d6f2
1 Parent(s): 88426c0

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +4 -4
config.py CHANGED
@@ -30,10 +30,10 @@ title = "RWKV-4 (14B 8k)"
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
 
 
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