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

disable using nvfuser when pytorch version >= 2.2 #905

Closed sudhakarsingh27 closed 3 weeks ago

sudhakarsingh27 commented 3 weeks ago

Description

Nvfuser is depracated starting torch 2.2 so disabling that here

Fixes # (issue)

Type of change

Changes

Please list the changes introduced in this PR: Ignore nvfuser options when torch version >= 2.2

sudhakarsingh27 commented 3 weeks ago

/te-ci pytorch

sudhakarsingh27 commented 3 weeks ago

/te-ci pytorch