We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48045ad commit 20a9a30Copy full SHA for 20a9a30
1 file changed
.github/workflows/unit_tests_common.yml
@@ -194,10 +194,10 @@ jobs:
194
195
# echo "===== Step 6: Verify Metax Backend ====="
196
# # 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
+ # python3 - <<'EOF'
+ # import transformer_engine_torch as te
+ # print("Backend loaded successfully:", te)
+ # EOF
201
202
echo "===== Step 7: Install TE-FL Plugin Layer ====="
203
# Install TransformerEngine-FL Python layer (plugin logic)
0 commit comments