Skip to content

Commit 846e176

Browse files
Install TE for pytorch and jax
1 parent 09c5d6a commit 846e176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Print dependencies
3939
run: |
4040
pip uninstall -y transformer-engine transformer-engine-jax
41-
pip install transformer-engine transformer_engine[jax]
41+
pip install -U transformer-engine[pytorch,jax]
4242
pip freeze
4343
4444
- name: Run MaxDiffusion Training

0 commit comments

Comments
 (0)