".github/vscode:/vscode.git/clone" did not exist on "52c83aca70dccc72f9205759a9c2e338d4aaee76"
test_install.py 336 Bytes
Newer Older
1
# Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
4
5
6
7
8
9
10
11
#
# See LICENSE for license information.
"""Test basic installation of Paddle extensions"""


def test_import():
    """
    Test if Paddle extension can be imported normally
    """
    import transformer_engine.paddle    # pylint: disable=unused-import