diff --git a/docs/source/adding-a-custom-task.mdx b/docs/source/adding-a-custom-task.mdx index e1823b7b..fb2ec457 100644 --- a/docs/source/adding-a-custom-task.mdx +++ b/docs/source/adding-a-custom-task.mdx @@ -184,5 +184,5 @@ Once your file is created you can then run the evaluation with the following com lighteval accelerate \ "pretrained=HuggingFaceH4/zephyr-7b-beta" \ "community|{custom_task}|{fewshots}|{truncate_few_shot}" \ - --custom-tasks {path_to_your_custom_task_file} + --custom_tasks {path_to_your_custom_task_file} ```