Skip to content

Commit

Permalink
positional
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Sep 17, 2024
1 parent 5121523 commit 64020cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/command_utils/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def evaluate_model(
device_eval_batch_size: Union[int, float],
eval_gauntlet_config: Optional[Union[str, dict[str, Any]]],
eval_loader_config: Optional[Union[dict[str, Any], list[dict[str, Any]]]],
parallelism_config: Optional[dict[str, Any]],
loggers: list[LoggerDestination],
python_log_level: Optional[str],
precision: str,
Expand All @@ -65,6 +64,7 @@ def evaluate_model(
metadata: Optional[dict[str, str]],
logged_config: dict[str, Any],
fsdp_config: Optional[dict[str, Any]] = None,
parallelism_config: Optional[dict[str, Any]] = None,
should_log_config: bool = True,
load_path: Optional[str] = None,
):
Expand Down

0 comments on commit 64020cf

Please sign in to comment.