Skip to content

Commit 20a9a30

Browse files
committed
fix setup env scripts
1 parent 48045ad commit 20a9a30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ jobs:
194194
195195
# echo "===== Step 6: Verify Metax Backend ====="
196196
# # Ensure transformer_engine_torch is correctly loaded
197-
python3 - <<'EOF'
198-
import transformer_engine_torch as te
199-
print("Backend loaded successfully:", te)
200-
EOF
197+
# python3 - <<'EOF'
198+
# import transformer_engine_torch as te
199+
# print("Backend loaded successfully:", te)
200+
# EOF
201201
202202
echo "===== Step 7: Install TE-FL Plugin Layer ====="
203203
# Install TransformerEngine-FL Python layer (plugin logic)

0 commit comments

Comments
 (0)