Hazzzardous commited on
Commit
5667dbf
1 Parent(s): 60c9ed5

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -19,14 +19,14 @@ quantized = {
19
 
20
 
21
  config = {
22
- "path":"https://huggingface.co/BlinkDL/rwkv-4-pile-7b/resolve/main/RWKV-4-Pile-7B-Instruct-test1-20230124.pth",
23
  "mode":TORCH,
24
  "runtimedtype":torch.bfloat16,
25
  "useGPU":torch.cuda.is_available(),
26
  "dtype":torch.bfloat16
27
  }
28
 
29
- title = "RWKV-4 (7B Instruct)"
30
 
31
  # RWKV 1B5 instruct model quantized
32
  # Approximate
 
19
 
20
 
21
  config = {
22
+ "path":"https://huggingface.co/BlinkDL/rwkv-4-pile-7b/resolve/main/RWKV-4-Pile-7B-Instruct-test2-20230209.pth",
23
  "mode":TORCH,
24
  "runtimedtype":torch.bfloat16,
25
  "useGPU":torch.cuda.is_available(),
26
  "dtype":torch.bfloat16
27
  }
28
 
29
+ title = "RWKV-4 (7B Instruct v2)"
30
 
31
  # RWKV 1B5 instruct model quantized
32
  # Approximate