From 439de3f7f98ccc0d0fc4b1e3a02fac9bb761c809 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 3 Mar 2022 13:43:13 +0100 Subject: [PATCH] [Fix link in pipeline doc] (#15906) --- docs/source/quicktour.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quicktour.mdx b/docs/source/quicktour.mdx index 50f88ae5e0..9f6572b5d4 100644 --- a/docs/source/quicktour.mdx +++ b/docs/source/quicktour.mdx @@ -126,7 +126,7 @@ You can pass a whole dataset pipeline: {'text': 'HO BERTIE ANY GOOD IN YOUR MIND'}] ``` -For a larger dataset where the inputs are big (like in speech or vision), you will want to pass along a generator instead of a list that loads all the inputs in memory. See the [pipeline documentation](main_classes/pipeline) for more information. +For a larger dataset where the inputs are big (like in speech or vision), you will want to pass along a generator instead of a list that loads all the inputs in memory. See the [pipeline documentation](./main_classes/pipelines) for more information. ### Use another model and tokenizer in the pipeline