From 6957cd778620807f430ab71176b93e498a013845 Mon Sep 17 00:00:00 2001 From: Simon Fan Date: Thu, 28 Aug 2025 16:12:42 -0700 Subject: [PATCH] Fix torchtitan CI training.compile --> compile.enable stack-info: PR: https://github.com/meta-pytorch/autoparallel/pull/124, branch: xmfan/stack/3 --- .github/workflows/test_torchtitan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_torchtitan.yml b/.github/workflows/test_torchtitan.yml index 6c985b85..13144516 100644 --- a/.github/workflows/test_torchtitan.yml +++ b/.github/workflows/test_torchtitan.yml @@ -47,4 +47,4 @@ jobs: --model.name llama3_auto_parallel \ --parallelism.tensor_parallel_degree 4 \ --training.dataset c4 \ - --training.compile + --compile.enable