Skip to content

Commit 8529a85

Browse files
patrickvonplatensgugger
authored andcommitted
[Fix link in pipeline doc] (huggingface#15906)
1 parent 7e8ae01 commit 8529a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quicktour.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can pass a whole dataset pipeline:
126126
{'text': 'HO BERTIE ANY GOOD IN YOUR MIND'}]
127127
```
128128

129-
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.
129+
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.
130130

131131
### Use another model and tokenizer in the pipeline
132132

0 commit comments

Comments
 (0)