Skip to content

Commit 30896bd

Browse files
Kyle1668claude
andcommitted
Update eval adapter for gradient ascent support
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent cf794c4 commit 30896bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_tasks/eval_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def run_eval_harness(
566566
model,
567567
forward_step_fn,
568568
neox_args,
569-
batch_size=None,
569+
batch_size=1,
570570
eval_tasks=None,
571571
num_fewshot=0,
572572
bootstrap_iters=2,

0 commit comments

Comments
 (0)