budivoy commited on
Commit
dd3b428
·
verified ·
1 Parent(s): 70fe655

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -169,7 +169,7 @@ def build_graph(provider: str = "rwkv"):
169
  raw_llm = RWKV(
170
  model=model_path,
171
  strategy="cpu fp32",
172
- tokens_path="./rwkv_vocab_v20230424.txt"
173
  )
174
 
175
  class RWKVWithTools:
 
169
  raw_llm = RWKV(
170
  model=model_path,
171
  strategy="cpu fp32",
172
+ tokens_path="./20B_tokenizer.json"
173
  )
174
 
175
  class RWKVWithTools: