Skip to content

Commit

Permalink
Update llama_cpp_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Feb 13, 2024
1 parent cc4a605 commit 8890d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/llama_cpp_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run_llama_cpp_eval(args):
upload_results(
results=results,
url=args.upload_url,
runner_type="api_runner",
runner_type="llama_cpp_runner",
prompt=prompt,
args=args,
)

0 comments on commit 8890d40

Please sign in to comment.