File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 # IMPORTANT: Replace with the label for your runner (e.g., v5p-8)
7070 runs-on : ["linux-x86-a3-megagpu-h100-8gpu"]
7171 container :
72- image : gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:jax0.7.2_rev4_gpu
72+ image : gcr.io/tpu-prod-env-multipod/maxdiffusion_stable_stack_candidate:jax0.7.2_cuda12_tecu12_gpu
7373 steps :
7474 - name : Checkout Repository
7575 uses : actions/checkout@v4
8989
9090 - name : Print dependencies
9191 run : |
92- # pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
92+ pip uninstall -y transformer-engine transformer-engine-jax transformer-engine-cu12
93+ pip install transformer_engine[jax]==2.6.0
9394 # pip install -U transformer-engine[jax]==2.6.0
9495 # pip uninstall -y transformer-engine-cu12
9596 # pip install transformer-engine-cu13
You can’t perform that action at this time.
0 commit comments