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
When working from a TE directory in the case where TE is installed at a different location, import fails as the shared object cannot be found. This is because import transformer_engine call in transformer_engine/common/__init__.py prioritizes importing from current working directory as opposed to the actual install location, and then get_te_path returns the incorrect result.
The text was updated successfully, but these errors were encountered:
When working from a TE directory in the case where TE is installed at a different location, import fails as the shared object cannot be found. This is because
import transformer_engine
call intransformer_engine/common/__init__.py
prioritizes importing from current working directory as opposed to the actual install location, and then get_te_path returns the incorrect result.The text was updated successfully, but these errors were encountered: