DaniilAlpha commited on
Commit
6179b03
·
1 Parent(s): 4f7a77c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -5,7 +5,7 @@ from answerer import Answerer
5
 
6
  answerer = Answerer(
7
  repo="BlinkDL/rwkv-5-world",
8
- filename="RWKV-5-World-3B-v2-20231118-ctx16k",
9
  vocab="rwkv_vocab_v20230424",
10
  strategy="cpu bf16",
11
  ctx_limit=16*1024,
 
5
 
6
  answerer = Answerer(
7
  repo="BlinkDL/rwkv-5-world",
8
+ model="RWKV-5-World-3B-v2-20231118-ctx16k",
9
  vocab="rwkv_vocab_v20230424",
10
  strategy="cpu bf16",
11
  ctx_limit=16*1024,