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

set -e

: ${TE_PATH:=/opt/transformerengine}

9
10
11
pip install pytest==8.2.1
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_numerics.py
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_fusible_ops.py
12
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_torch_fsdp2.py
13
14
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_comm_gemm_overlap.py
# pytest -v -s $TE_PATH/tests/pytorch/distributed/test_fusible_ops_with_userbuffers.py  ### TODO Debug UB support with te.Sequential
15
pytest -v -s $TE_PATH/tests/pytorch/fused_attn/test_fused_attn_with_cp.py