Skip to content

Commit

Permalink
Fix the function call name (#3483)
Browse files Browse the repository at this point in the history
Co-authored-by: Shruti Iyer <[email protected]>
  • Loading branch information
shrutiyer and Shruti Iyer authored Oct 11, 2024
1 parent 090cee6 commit d8de410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import shutil
from azure.ai.ml.identity import AzureMLOnBehalfOfCredential
from azure.ai.evaluation import evaluate
from save_eval import load_evaluator
from save_evaluation import load_evaluator

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d8de410

Please sign in to comment.