NVIDIA / TransformerEngine

A library for accelerating Transformer models on NVIDIA GPUs, including using 8-bit floating point (FP8) precision on Hopper and Ada GPUs, to provide better performance with lower memory utilization in both training and inference.
https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/index.html
Apache License 2.0
1.85k stars 310 forks source link

Upgrade pytest version #891

Closed ksivaman closed 3 months ago

ksivaman commented 3 months ago

Description

877 revealed an issue when using pytest.ini config with lower version of pytest that result in CI failures in JAX distributed testing.

Type of change

Changes

Upgrade minimum pytest version to 8.2.1 for testing.

Checklist:

ksivaman commented 3 months ago

/te-ci

ksivaman commented 3 months ago

/te-ci