We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af23583 commit bf38ae4Copy full SHA for bf38ae4
1 file changed
.github/workflows/UnitTests.yml
@@ -31,7 +31,7 @@ jobs:
31
# IMPORTANT: Replace with the label for your specific GPU runner if different
32
runs-on: ["linux-x86-a3-megagpu-h100-8gpu"]
33
container:
34
- image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/gpu:jax0.7.2-cuda12.9-rev1:latest
+ image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/gpu:jax0.7.2-cuda12.9-rev1
35
36
steps:
37
- name: Checkout Repository
@@ -58,4 +58,4 @@ jobs:
58
output_dir="/tmp/flux-output/" \
59
max_train_steps=5 \
60
hardware=gpu \
61
- attention="cudnn_flash_te"
+ attention="cudnn_flash_te"
0 commit comments