We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eafa93 commit a1da601Copy full SHA for a1da601
1 file changed
.github/workflows/UnitTests.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Print dependencies
42
run: |
43
pip uninstall -y transformer-engine transformer-engine-jax
44
- pip install -U transformer-engine[jax]==2.4.0
+ pip install -U transformer-engine[jax]==2.5.0
45
pip freeze
46
47
- name: Run MaxText Training
0 commit comments