Skip to content

Commit

Permalink
Update run_mantaray_jobs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Dec 17, 2024
1 parent 8f36d23 commit 622e3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/mantaray/run_mantaray_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# merge all PyTorch/XLA tests ino one Dag
with models.DAG(
dag_id="PyTorch/XLA model regression test on Trillium",
dag_id="pytorch_xla_model_regression_test_on_trillium",
schedule="0 0 * * *", # everyday at midnight # job["schedule"],
tags=["mantaray", "pytorchxla", "xlml"],
start_date=datetime.datetime(2024, 4, 22),
Expand Down

0 comments on commit 622e3e1

Please sign in to comment.