Skip to content

Commit 702b4c6

Browse files
committed
use workspace param
1 parent 1bc4fbc commit 702b4c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ jobs:
201201
202202
echo "===== Step 7: Install TE-FL Plugin Layer ====="
203203
# Install TransformerEngine-FL Python layer (plugin logic)
204-
cd /workspace/TransformerEngine-FL
204+
cd $GITHUB_WORKSPACE
205205
TE_FL_SKIP_CUDA=1 python3 setup.py install
206206
207207
echo "===== Step 8: Final Verification ====="
208+
python3 tests/pytorch/test_sanity_import.py
208209
# Verify both TE Python API and backend are functional
209210
python3 -c "import transformer_engine; import transformer_engine_torch as te; print('transformer_engine:', transformer_engine); print('transformer_engine_torch:', te)"
210211

0 commit comments

Comments
 (0)