Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
d816f64a
Commit
d816f64a
authored
Jul 03, 2025
by
Baber
Browse files
remove prints
parent
caab7820
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
lm_eval/__main__.py
lm_eval/__main__.py
+0
-2
lm_eval/api/eval_config.py
lm_eval/api/eval_config.py
+2
-2
No files found.
lm_eval/__main__.py
View file @
d816f64a
...
...
@@ -486,8 +486,6 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
)
cfg
.
request_caching_args
=
request_caching_args
print
(
f
"CONFIG_AFTER:
{
cfg
}
"
)
results
=
evaluator
.
simple_evaluate
(
model
=
cfg
.
model
,
model_args
=
cfg
.
model_args
,
...
...
lm_eval/api/eval_config.py
View file @
d816f64a
...
...
@@ -156,8 +156,8 @@ class EvaluationConfig:
# continue
# if key in explicit_args:
# config_data[key] = val
print
(
f
"YAML:
{
config_data
}
"
)
print
(
f
"CLI:
{
args_dict
}
"
)
#
print(f"YAML: {config_data}")
#
print(f"CLI: {args_dict}")
dict_config
=
EvaluationConfig
.
non_default_update
(
args_dict
,
config_data
,
explicit_args
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment