We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d7090 commit 3b1126aCopy full SHA for 3b1126a
docs/source/using-the-python-api.mdx
@@ -31,7 +31,7 @@ def main():
31
32
pipeline_params = PipelineParameters(
33
launcher_type=ParallelismManager.ACCELERATE,
34
- custom_task_directory=None, # if using a custom task
+ custom_tasks_directory=None, # if using a custom task
35
# Remove the 2 parameters below once your configuration is tested
36
max_samples=10
37
)
0 commit comments