simple-evals
simple-evals copied to clipboard
fix typo
This PR fix typo in humaneval_eval.py
Before fix:
sampler._pack_mesage(role="user", content=instruction + sample["prompt"])
after fix:
sampler._pack_message(role="user", content=instruction + sample["prompt"])
Closed in https://github.com/openai/simple-evals/commit/ffe057f4664c7817e7830d7e4f85c4b1de0a26b2