Skip to content

Commit 117d2bb

Browse files
committed
Use maximum precision for image-feature-extraction pipeline
1 parent 9556591 commit 117d2bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pipelines.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ const SUPPORTED_TASKS = Object.freeze({
354354
model: [AutoModelForImageFeatureExtraction, AutoModel],
355355
default: {
356356
model: 'onnx-community/dinov3-vits16-pretrain-lvd1689m-ONNX',
357+
dtype: 'fp32',
357358
},
358359
type: 'image',
359360
},

0 commit comments

Comments
 (0)