Skip to content

Commit 994d8dc

Browse files
try with base TE
1 parent 4ac11bb commit 994d8dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
- name: Print dependencies
7878
run: |
7979
# pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
80-
pip install -U transformer-engine[jax]==2.6.0
81-
pip uninstall -y transformer-engine-cu12
82-
pip install transformer-engine-cu13
80+
pip install -U transformer-engine==2.6.0
81+
# pip uninstall -y transformer-engine-cu12
82+
# pip install transformer-engine-cu13
8383
# pip uninstall -y tensorflow
8484
# pip install tensorflow-cpu
8585
pip freeze

0 commit comments

Comments
 (0)