From 5616ae46c76b334be29e3d6ff92701e309bcfe61 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 10 Nov 2023 09:37:16 -0800 Subject: [PATCH] Update llmfoundry/callbacks/async_eval_callback.py Co-authored-by: Mihir Patel --- llmfoundry/callbacks/async_eval_callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmfoundry/callbacks/async_eval_callback.py b/llmfoundry/callbacks/async_eval_callback.py index 29d7ad59e4..c04e1e0130 100644 --- a/llmfoundry/callbacks/async_eval_callback.py +++ b/llmfoundry/callbacks/async_eval_callback.py @@ -133,7 +133,7 @@ def _get_current_run(self) -> Run: 'RUN_NAME environment variable must be set to use the AsyncEval callback' ) - # allows the MapiException to be raised if the run doesn't exist + # Allows the MapiException to be raised if the run doesn't exist return get_run(run_name, include_details=True) def get_eval_parameters(