We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokenizer.batch_decode
1 parent 362a489 commit 74921cfCopy full SHA for 74921cf
src/pipelines.js
@@ -342,7 +342,6 @@ class TextGenerationPipeline extends Pipeline {
342
* @async
343
* @param {any} texts - The input prompt or prompts to generate text from.
344
* @param {object} [generate_kwargs={}] - Additional arguments for text generation.
345
- * @param {() => any[]} tokenizer.batch_decode
346
* @returns {Promise<any>} - The generated text or texts.
347
*/
348
async _call(texts, generate_kwargs = {}) {
0 commit comments