Skip to content

Commit

Permalink
fix the kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 8, 2023
1 parent 0daed17 commit 0050a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/core/trainer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def get_eval_dataloader(
}
if self.args.dataloader_prefetch_factor:
dataloader_params[
"dataloader_prefetch_factor"
"prefetch_factor"
] = self.args.dataloader_prefetch_factor

if isinstance(eval_sampler, BatchSampler):
Expand Down

0 comments on commit 0050a02

Please sign in to comment.