Commit 82517de7 authored by Baber's avatar Baber
Browse files

nit

parent 2ebef470
...@@ -7,6 +7,12 @@ from functools import partial ...@@ -7,6 +7,12 @@ from functools import partial
from pathlib import Path from pathlib import Path
from typing import Union from typing import Union
from lm_eval.api.eval_config import (
EvaluationConfig,
TrackExplicitAction,
TrackExplicitStoreTrue,
)
def try_parse_json(value: str) -> Union[str, dict, None]: def try_parse_json(value: str) -> Union[str, dict, None]:
if value is None: if value is None:
...@@ -349,7 +355,6 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None: ...@@ -349,7 +355,6 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
from lm_eval.utils import ( from lm_eval.utils import (
handle_non_serializable, handle_non_serializable,
make_table, make_table,
simple_parse_args_string,
) )
if args.wandb_args: if args.wandb_args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment