gururise commited on
Commit
f9ef5de
1 Parent(s): d8f4cef

update to latest rwkvstic

Browse files
Files changed (2) hide show
  1. config.py +1 -1
  2. requirements.txt +1 -1
config.py CHANGED
@@ -71,7 +71,7 @@ quantized = {
71
 
72
  config = {
73
  # "path": "https://huggingface.co/Hazzzardous/RWKV-8Bit/resolve/main/RWKV-4-Pile-14B-20230204-7324.pqth"
74
- "path": "https://huggingface.co/yahma/RWKV-14b_quant/resolve/main/RWKV-4-Pile-14B-20230213-8019.logfix.pqth"
75
  }
76
 
77
  title = "RWKV-4 (14b Quantized - Feb 13)"
 
71
 
72
  config = {
73
  # "path": "https://huggingface.co/Hazzzardous/RWKV-8Bit/resolve/main/RWKV-4-Pile-14B-20230204-7324.pqth"
74
+ "path": "https://huggingface.co/yahma/RWKV-14b_quant/resolve/main/RWKV-4-Pile-14B-20230213-8019.pqth"
75
  }
76
 
77
  title = "RWKV-4 (14b Quantized - Feb 13)"
requirements.txt CHANGED
@@ -2,5 +2,5 @@ transformers
2
  scipy
3
  torch
4
  inquirer
5
- rwkvstic
6
  gradio>=3.17.1
 
2
  scipy
3
  torch
4
  inquirer
5
+ rwkvstic=>0.1.8
6
  gradio>=3.17.1