Unverified Commit 321b0908 authored by Connor Henderson's avatar Connor Henderson Committed by GitHub
Browse files

docs: Fix broken link to generation strategies (#22623)

fix broken link
parent 2c22bc79
...@@ -56,7 +56,7 @@ class GenerationConfig(PushToHubMixin): ...@@ -56,7 +56,7 @@ class GenerationConfig(PushToHubMixin):
`constraints!=None` or `force_words_ids!=None` `constraints!=None` or `force_words_ids!=None`
You do not need to call any of the above methods directly. Pass custom parameter values to 'generate'. To learn You do not need to call any of the above methods directly. Pass custom parameter values to 'generate'. To learn
more about decoding strategies refer to the [text generation strategies guide](./generation_strategies). more about decoding strategies refer to the [text generation strategies guide](../generation_strategies).
Arg: Arg:
> Parameters that control the length of the output > Parameters that control the length of the output
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment