We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c029bdd commit cc95649Copy full SHA for cc95649
1 file changed
.github/workflows/UnitTests.yml
@@ -40,17 +40,12 @@ jobs:
40
41
- name: Print dependencies
42
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
47
pip freeze
48
49
- name: Run MaxText Training
50
51
# This command is adapted from your DAG for a single-slice configuration.
52
cd maxtext && \
53
- pip install . --no-dependencies
54
55
export XLA_PYTHON_CLIENT_MEM_FRACTION=0.65
56
export TF_FORCE_GPU_ALLOW_GROWTH=true
0 commit comments