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
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
When trying to run examples.text2image, the script fails with a StopIteration error related to transformer_engine.pytorch. It seems that the shared library for Transformer Engine is not found or loaded properly.
It seems transformer_engine cannot find the required .so file for the PyTorch extension. Even though transformer-engine[pytorch] was installed via uv pip, the shared object library is missing.
Traceback (most recent call last):
File ".../transformer_engine/pytorch/__init__.py", line 52, in _load_library
so_path = next(so_dir.glob(f"{module_name}.*.{extension}"))
StopIteration
...
File ".../transformer_engine/pytorch/__init__.py", line 55, in _load_library
so_path = next(so_dir.glob(f"{module_name}.*.{extension}"))
StopIteration
System Information
OS: Ubuntu 22.04
GPU: NVIDIA Blackwell 6000 Pro
Driver version: 575
Python version: 3.10 (in virtual environment .venv)