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.6k stars 255 forks source link

Add test for building without support for any DL frameworks #974

Open timmoon10 opened 6 days ago

timmoon10 commented 6 days ago

Description

This PR adds a GitHub test that builds TE without support for any DL frameworks, namely by setting NVTE_FRAMEWORK=none in the environment. This use-case is for users who call the C API directly.

Type of change

Changes

Checklist:

ksivaman commented 5 days ago

@timmoon10 Why don't we instead add the test for building the core wheels in an environment where no framework is installed?