Skip to content

Commit cc95649

Browse files
Use original TE from image
1 parent c029bdd commit cc95649

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,12 @@ jobs:
4040

4141
- name: Print dependencies
4242
run: |
43-
pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
44-
pip install -U transformer-engine[jax]==2.6.0
45-
# pip uninstall -y tensorflow
46-
# pip install tensorflow-cpu
4743
pip freeze
4844
4945
- name: Run MaxText Training
5046
run: |
5147
# This command is adapted from your DAG for a single-slice configuration.
5248
cd maxtext && \
53-
pip install . --no-dependencies
5449
5550
export XLA_PYTHON_CLIENT_MEM_FRACTION=0.65
5651
export TF_FORCE_GPU_ALLOW_GROWTH=true

0 commit comments

Comments
 (0)