Skip to content

Fix local_evaluation.py syntax error - #13

Open
ghmark675 wants to merge 1 commit into
facebookresearch:mainfrom
ghmark675:fix/local_evaluation
Open

Fix local_evaluation.py syntax error#13
ghmark675 wants to merge 1 commit into
facebookresearch:mainfrom
ghmark675:fix/local_evaluation

Conversation

@ghmark675

Copy link
Copy Markdown
  1. When calling the evaluate_predictions function, five arguments were passed (including openai_client), but the function only accepts four arguments. The parameter list has been modified to support five input arguments.

  2. prediction_lowercase was not defined on first use.

1. When calling the `evaluate_predictions` function, five arguments were passed (including `openai_client`), but the function only accepts four arguments. The parameter list has been modified to support five input arguments.

2. `prediction_lowercase` was not defined on first use.
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant