From c5accbb8cc9fd306cb96a4ab949e23f570957d58 Mon Sep 17 00:00:00 2001 From: Vishal Doshi Date: Mon, 15 Dec 2025 09:03:18 -0500 Subject: [PATCH] Ensure cheval annotators registered. --- src/modelplane/runways/annotator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modelplane/runways/annotator.py b/src/modelplane/runways/annotator.py index f03eb8f..22ff5b6 100644 --- a/src/modelplane/runways/annotator.py +++ b/src/modelplane/runways/annotator.py @@ -7,6 +7,7 @@ from typing import Any, Dict, List import mlflow +import modelgauge.annotators.cheval.registration # noqa: F401 import numpy as np from matplotlib import pyplot as plt from modelgauge.annotator import Annotator