Hazzzardous commited on
Commit
c4b4e6b
1 Parent(s): b63ac1d

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -7
config.py CHANGED
@@ -19,15 +19,10 @@ quantized = {
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
- # "useLogFix":False # When enabled, use BlinkDLs version of the att.
28
  }
29
 
30
- title = "RWKV-4 (7B Instruct v2)"
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