Skip to content

Commit f11c55f

Browse files
TEMP DEBUG
1 parent 3d6bf7d commit f11c55f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_tools/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def common_lib_has_symbol(symbol: str) -> bool:
389389
candidates = []
390390
try:
391391
te_spec = importlib.util.find_spec("transformer_engine")
392+
print(f"TE_SPEC: {te_spec}")
392393
if te_spec is not None and te_spec.origin is not None:
393394
te_dir = Path(te_spec.origin).parent
394395
candidates.append(te_dir / "libtransformer_engine.so")

0 commit comments

Comments
 (0)