Unverified Commit dbfeffd7 authored by Zhi Zheng's avatar Zhi Zheng Committed by GitHub
Browse files

Update add_new_pipeline.mdx (#18224)

fix typo
parent ff56b8fb
......@@ -102,7 +102,7 @@ def _sanitize_parameters(self, **kwargs):
postprocess_kwargs = {}
if "top_k" in kwargs:
preprocess_kwargs["top_k"] = kwargs["top_k"]
postprocess_kwargs["top_k"] = kwargs["top_k"]
return preprocess_kwargs, {}, postprocess_kwargs
```
......
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