# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """A module containing all the e2e model related benchmarks."""
from superbench.benchmarks.model_benchmarks.model_base import ModelBenchmark
__all__ = ['ModelBenchmark']