Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
321b0908
Unverified
Commit
321b0908
authored
Apr 06, 2023
by
Connor Henderson
Committed by
GitHub
Apr 06, 2023
Browse files
docs: Fix broken link to generation strategies (#22623)
fix broken link
parent
2c22bc79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/generation/configuration_utils.py
src/transformers/generation/configuration_utils.py
+1
-1
No files found.
src/transformers/generation/configuration_utils.py
View file @
321b0908
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment