Skip to content

Commit f74958b

Browse files
Run pylinter
1 parent d1d57ef commit f74958b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dags/sparsity_diffusion_devx/maxtext_moe_tpu_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"qwen3-next-80b": {
7777
"script_name": "tpu/qwen/next/qwen3-next-80b-a3b/2_test_qwen3_next_80b_a3b",
7878
"cluster": XpkClusters.TPU_V5P_128_CLUSTER,
79-
"time_out_in_min": 90,
79+
"time_out_in_min": 90,
8080
},
8181
}
8282

dags/sparsity_diffusion_devx/qwen3_next_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
start_date=datetime.datetime(2024, 1, 1),
3737
catchup=False,
3838
) as dag:
39-
4039
# Your specified custom docker image
4140
custom_docker_image = "gcr.io/tpu-prod-env-multipod/maxtext_stable_stack_candidate:rbierneni-qwen-test"
4241

@@ -48,9 +47,9 @@
4847
f"export HF_TOKEN={HF_TOKEN}; export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash tests/end_to_end/tpu/qwen/next/qwen3-next-80b-a3b/2_test_qwen3_next_80b_a3b.sh",
4948
),
5049
docker_image=custom_docker_image,
51-
test_owner=test_owner.ROHAN_B, # Update the owner if necessary
50+
test_owner=test_owner.ROHAN_B, # Update the owner if necessary
5251
cluster=XpkClusters.TPU_V5P_128_CLUSTER,
5352
).run()
5453

5554
# No chained dependencies required since there is only one task
56-
test_qwen3_next
55+
test_qwen3_next

0 commit comments

Comments
 (0)