DaniilAlpha commited on
Commit
2bc4710
·
1 Parent(s): 9c604c5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ from mapper import Mapper
10
 
11
  # mapper = Mapper("multi-qa-distilbert-cos-v1")
12
  answerer = Answerer(
13
- model="rwkv-5-world-3b-v2-20231118-ctx16k",
14
  vocab="rwkv_vocab_v20230424",
15
  strategy="cpu bf16",
16
  ctx_limit=16*1024,
 
10
 
11
  # mapper = Mapper("multi-qa-distilbert-cos-v1")
12
  answerer = Answerer(
13
+ model="RWKV-5-World-3B-v2-20231118-ctx16k",
14
  vocab="rwkv_vocab_v20230424",
15
  strategy="cpu bf16",
16
  ctx_limit=16*1024,