budivoy commited on
Commit
3870827
·
verified ·
1 Parent(s): f190d97

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -168,7 +168,7 @@ def build_graph(provider: str = "rwkv"):
168
  )
169
  elif provider == "rwkv":
170
  # --- BEGIN RWKV SETUP ---
171
- title = "rwkv7-g1-0.1b-20250307-ctx4096"
172
  pth = hf_hub_download(repo_id="BlinkDL/rwkv7-g1", filename=f"{title}.pth")
173
  model_path = pth.replace(".pth", "")
174
 
 
168
  )
169
  elif provider == "rwkv":
170
  # --- BEGIN RWKV SETUP ---
171
+ title = "rwkv7-g1-2.9b-20250519-ctx4096"
172
  pth = hf_hub_download(repo_id="BlinkDL/rwkv7-g1", filename=f"{title}.pth")
173
  model_path = pth.replace(".pth", "")
174