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.61k stars 256 forks source link

Remove interval arg from recipe #892

Closed ksivaman closed 4 weeks ago

ksivaman commented 4 weeks ago

Description

Removes the interval argument from the delayed scaling recipe, which is unused.

Fixes #805

Type of change

Changes

Removes the interval argument from the delayed scaling recipe.

Checklist:

ksivaman commented 4 weeks ago

/te-ci