Fix two tiny typos in pipelines/base.py::Pipeline::_sanitize_parameters()'s docstring#29102
Conversation
|
One more thing. We have transformers/src/transformers/pipelines/text_generation.py Lines 207 to 208 in 593230f but its default value in |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
@sadra-barikbin Good spot! Could you add a fix for the docstring in this PR too? |
7382173 to
38e9e26
Compare
|
The pipelines in |
|
@sadra-barikbin Yes, I believe so. Changing the default behaviour would be a breaking change, so we should keep as-is |
Hi there!
To fix two tiny typos in
pipelines/base.py::Pipeline::_sanitize_parameters()'s docstring.@Narsil