"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "9cd5cf4e0322bb1d48d8c25c051e53cc3357a44d"
Commit 59e3b17c authored by daniel-furman's avatar daniel-furman
Browse files

first stab at wrap_chat_template, various

parent 34b32f77
...@@ -326,6 +326,7 @@ def evaluate( ...@@ -326,6 +326,7 @@ def evaluate(
# put responses from model into a list of length K for each request. # put responses from model into a list of length K for each request.
for x, req in zip(resps, cloned_reqs): for x, req in zip(resps, cloned_reqs):
print(x)
req.resps.append(x) req.resps.append(x)
if lm.world_size > 1: if lm.world_size > 1:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment