Skip to content

Commit 8d8f511

Browse files
committed
Update zero-shot image classification test case
1 parent 1124201 commit 8d8f511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ describe('Pipelines', () => {
983983

984984
// List all models which will be tested
985985
const models = [
986-
'openai/clip-vit-base-patch16',
986+
'openai/clip-vit-base-patch32',
987987
];
988988

989989
it(models[0], async () => {

0 commit comments

Comments
 (0)