"tools/vscode:/vscode.git/clone" did not exist on "2d2e2bfe9fc054806fc2845cecf38aa7114507ef"
Commit 39a11d02 authored by daniel-furman's avatar daniel-furman
Browse files

llama test

parent 43dee065
......@@ -710,7 +710,7 @@ class HFLM(LM):
tokenize=False,
add_generation_prompt=True,
)
req.args = (context, req.args[1])
req.args = (context, req.args[1].strip())
new_reqs.append(req)
return new_reqs
......
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