# Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2026, Huawei Technologies Co., Ltd. All rights reserved.
#
# See LICENSE for license information.

"""Transformer Engine NPU - A lightweight framework for Transformer models on Ascend NPUs"""

__version__ = "2.13.0"
__license__ = "See LICENSE for license information"

from . import common, pytorch

__all__ = ["pytorch"]