Skip to content

Commit

Permalink
fixing evaluator microbatch size (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankMosaicML authored Apr 8, 2024
1 parent b81897a commit d0d9434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/utils/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def build_eval_loaders(
# Load the eval data to fail fast. metrics will get added
# later in add_metrics_to_eval_loaders, after the model is loaded
metric_names=[],
device_eval_microbatch_size=device_eval_batch_size,
)
evaluators.append(eval_loader)
return evaluators
Expand Down

0 comments on commit d0d9434

Please sign in to comment.