From 35135995b515d57a060a61ddced9b33d1293610d Mon Sep 17 00:00:00 2001 From: dtung8068 Date: Wed, 16 Jul 2025 17:42:31 -0400 Subject: [PATCH] Fixed typo in Python API documentation --- docs/source/using-the-python-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using-the-python-api.mdx b/docs/source/using-the-python-api.mdx index 7e696219e..885b90bd8 100644 --- a/docs/source/using-the-python-api.mdx +++ b/docs/source/using-the-python-api.mdx @@ -31,7 +31,7 @@ def main(): pipeline_params = PipelineParameters( launcher_type=ParallelismManager.ACCELERATE, - custom_task_directory=None, # if using a custom task + custom_tasks_directory=None, # if using a custom task # Remove the 2 parameters below once your configuration is tested max_samples=10 )