Skip to content

Commit

Permalink
fix(sb_ai): ort integration tests failing on ci
Browse files Browse the repository at this point in the history
dummy commit
  • Loading branch information
kallebysantos committed Nov 7, 2024
1 parent 9b3767b commit f4aa73d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Deno.serve(async () => {
];

const output = await pipe(input, { pooling: 'mean', normalize: true });
console.log(output);

assertEquals(output.size, 3 * 384);
assertEquals(output.dims.length, 2);
Expand Down

0 comments on commit f4aa73d

Please sign in to comment.