Skip to content

Commit 67141da

Browse files
uninstall cuda12 TE as well
1 parent c247bee commit 67141da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Print dependencies
4242
run: |
43-
pip uninstall -y transformer-engine transformer-engine-jax
43+
pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
4444
pip install -U transformer-engine[jax]==2.6.0
4545
# pip uninstall -y tensorflow
4646
# pip install tensorflow-cpu
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Print dependencies
7878
run: |
79-
# pip uninstall -y transformer-engine transformer-engine-jax
79+
# pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
8080
pip install -U transformer-engine[jax]==2.6.0
8181
# pip uninstall -y tensorflow
8282
# pip install tensorflow-cpu

0 commit comments

Comments
 (0)