Skip to content

Commit

Permalink
Use backward compatible format for model_name in Snowflake recorder (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang47 committed Apr 15, 2023
1 parent 30b4630 commit 3d70c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def __init__(
params={
"run_id": run_spec.run_id,
# TODO: model_name -> completion_fns
"model_name": jsondumps(run_spec.completion_fns),
"model_name": jsondumps(dict(completions=run_spec.completion_fns)),
"eval_name": run_spec.eval_name,
"base_eval": run_spec.base_eval,
"split": run_spec.split,
Expand Down

0 comments on commit 3d70c4d

Please sign in to comment.