Skip to content

Commit

Permalink
Update src/pipelines.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova authored Apr 10, 2024
1 parent bc44f13 commit cc07ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc07ec8

Please sign in to comment.