From cc07ec893007140527bc61aade1050ea916c7e09 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Wed, 10 Apr 2024 15:11:51 +0200 Subject: [PATCH] Update src/pipelines.js --- src/pipelines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipelines.js b/src/pipelines.js index d1c7e8220..3b15af53d 100644 --- a/src/pipelines.js +++ b/src/pipelines.js @@ -1185,7 +1185,7 @@ export class FeatureExtractionPipeline extends (/** @type {new (options: TextPip pooling = /** @type {'none'} */('none'), normalize = false, quantize = false, - precision = /** @type {'binary'|'ubinary'} */('binary'), + precision = /** @type {'binary'} */('binary'), } = {}) { // Run tokenization