test.sh 286 Bytes
Newer Older
1
# Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
4
5
6
#
# See LICENSE for license information.

set -xe

7
pip install pytest==8.2.1
8
9
: ${TE_PATH:=/opt/transformerengine}
pytest -Wignore -v $TE_PATH/tests/paddle
10
pytest -Wignore -v $TE_PATH/examples/paddle/mnist