From c55f9d2c144c543ae99fa4a1bf2160175a4e13c8 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sun, 15 Dec 2024 18:34:40 -0800 Subject: [PATCH] Update base for Update on "[BE] add integration test for the generation script" as titled [ghstack-poisoned] --- tests/integration_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests.py b/tests/integration_tests.py index dcd13d6d..af5c1398 100755 --- a/tests/integration_tests.py +++ b/tests/integration_tests.py @@ -260,7 +260,7 @@ def build_test_list(): "--checkpoint.enable_checkpoint", "--experimental.pipeline_parallel_degree 2", "--experimental.pipeline_parallel_schedule PipelineScheduleMulti", - "--experimental.pipeline_parallel_schedule_csv ./test/assets/custom_schedule.csv", + "--experimental.pipeline_parallel_schedule_csv ./tests/assets/custom_schedule.csv", "--experimental.pipeline_parallel_microbatches 8", ], ],