We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6bf7d commit f11c55fCopy full SHA for f11c55f
1 file changed
build_tools/utils.py
@@ -389,6 +389,7 @@ def common_lib_has_symbol(symbol: str) -> bool:
389
candidates = []
390
try:
391
te_spec = importlib.util.find_spec("transformer_engine")
392
+ print(f"TE_SPEC: {te_spec}")
393
if te_spec is not None and te_spec.origin is not None:
394
te_dir = Path(te_spec.origin).parent
395
candidates.append(te_dir / "libtransformer_engine.so")
0 commit comments