From 13c298d35fc6df1b1ae39cfc23f3a37f2b38527f Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:51:38 +0300 Subject: [PATCH] Minor Typo Fixes in Comments and Documentation (#9058) --- evaluation/benchmarks/testgeneval/constants.py | 2 +- evaluation/benchmarks/testgeneval/run_infer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evaluation/benchmarks/testgeneval/constants.py b/evaluation/benchmarks/testgeneval/constants.py index 615d453ae0..5dcc80e671 100644 --- a/evaluation/benchmarks/testgeneval/constants.py +++ b/evaluation/benchmarks/testgeneval/constants.py @@ -921,7 +921,7 @@ SPECS_PYDICOM.update( SPECS_HUMANEVAL = {k: {'python': '3.9', 'test_cmd': 'python'} for k in ['1.0']} -# Constants - Task Instance Instllation Environment +# Constants - Task Instance Installation Environment MAP_REPO_VERSION_TO_SPECS: dict[str, dict[str, Any]] = { 'astropy/astropy': SPECS_ASTROPY, 'dbt-labs/dbt-core': SPECS_DBT_CORE, diff --git a/evaluation/benchmarks/testgeneval/run_infer.py b/evaluation/benchmarks/testgeneval/run_infer.py index 7277f57d8c..5338914369 100644 --- a/evaluation/benchmarks/testgeneval/run_infer.py +++ b/evaluation/benchmarks/testgeneval/run_infer.py @@ -539,7 +539,7 @@ if __name__ == '__main__': if args.llm_config: llm_config = get_llm_config_arg(args.llm_config) llm_config.log_completions = True - # modify_params must be False for evaluation purpose, for reproducibility and accurancy of results + # modify_params must be False for evaluation purpose, for reproducibility and accuracy of results llm_config.modify_params = False if llm_config is None: