Update agents.py
Browse files
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-
|
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 |
|