You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python
Python 3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import transformer_engine.pytorch as te
Traceback (most recent call last):
File "/openbayes/home/Test/env/wan211/lib/python3.10/site-packages/transformer_engine/pytorch/init.py", line 52, in _load_library
so_path = next(so_dir.glob(f"{module_name}.*.{extension}"))
StopIteration
The text was updated successfully, but these errors were encountered:
Could you share the command you used to install transformer-engine? For getting the PyTorch framework extensions, the extra dependency needs to be specified via pip install transformer-engine[pytorch]. We do catch this error though to provide a better report so it could be something else.
Another possible reason is a known bug with our pip wheels that we recently resolved in #1526. As a workaround, if you installed TE from wheels (for versions 1.13 and below), you could uninstall transformer-engine first and then install TE from PyPI:
transformer_engine 1.13.0
transformer_engine_cu12 1.13.0
python
Python 3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: