Skip to content

Commit 74921cf

Browse files
committed
Remove tokenizer.batch_decode from JSDoc
1 parent 362a489 commit 74921cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pipelines.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ class TextGenerationPipeline extends Pipeline {
342342
* @async
343343
* @param {any} texts - The input prompt or prompts to generate text from.
344344
* @param {object} [generate_kwargs={}] - Additional arguments for text generation.
345-
* @param {() => any[]} tokenizer.batch_decode
346345
* @returns {Promise<any>} - The generated text or texts.
347346
*/
348347
async _call(texts, generate_kwargs = {}) {

0 commit comments

Comments
 (0)