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

set -e

: ${TE_PATH:=/opt/transformerengine}
8
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_comm_gemm_overlap.py
9

10
pip install prettytable
11
12
git clone https://github.com/NVIDIA/Megatron-LM.git
cd Megatron-LM
13
git checkout b3375a0e38c10e2300ef4be031f7dcabab52b448
14
15
pytest -v -s $TE_PATH/tests/pytorch/distributed/test_convergence.py
python $TE_PATH/tests/pytorch/distributed/print_logs.py