Skip to content

Commit

Permalink
Update llmfoundry/callbacks/async_eval_callback.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mihir Patel <[email protected]>
  • Loading branch information
aspfohl and mvpatel2000 authored Nov 10, 2023
1 parent ecacdac commit 5616ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/async_eval_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5616ae4

Please sign in to comment.