Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmcg1 committed Jan 3, 2025
1 parent 6dc42da commit 7c2d779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wandbot/evaluation/weave_eval/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ def main():
"wandbot_git_info": (wandbot_git_info or {})
}

logger.info(f"Starting evaluation of {len(question_rows)} samples with {config.n_trials} trials")
with weave.attributes(eval_attributes):
asyncio.run(wandbot_evaluator.evaluate(
wandbot,
__weave={"display_name": config.experiment_name}
))
model=wandbot, __weave={"display_name": config.experiment_name}
))

if __name__ == "__main__":
main()

0 comments on commit 7c2d779

Please sign in to comment.