From 1f9107d3f0337a3bd3ca792dfa95fadb972c01a7 Mon Sep 17 00:00:00 2001 From: Igor Gitman Date: Thu, 25 Jan 2024 15:50:13 -0800 Subject: [PATCH] Update nemo_aligner/metrics/__init__.py Signed-off-by: Igor Gitman Co-authored-by: Gerald Shen <119401249+gshennvm@users.noreply.github.com> Signed-off-by: Igor Gitman --- nemo_aligner/metrics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemo_aligner/metrics/__init__.py b/nemo_aligner/metrics/__init__.py index 28fa820de..670384d46 100644 --- a/nemo_aligner/metrics/__init__.py +++ b/nemo_aligner/metrics/__init__.py @@ -13,4 +13,4 @@ # limitations under the License. # importing all available metrics here to make it easier to import from the config -from nemo_aligner.metrics.common import ExactStringMatchMetric, InferenceMetricsHandler +from nemo_aligner.metrics.common import InferenceMetricsHandler