Skip to content

Commit

Permalink
[Fix link in pipeline doc] (#15906)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored and sgugger committed Mar 3, 2022
1 parent 7e8ae01 commit 8529a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8529a85

Please sign in to comment.