Skip to content

Commit 9a97fec

Browse files
committed
test: fix test
1 parent f5b575a commit 9a97fec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/modelDependent/functionary/functionaryModelGpuLayersOptions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,8 +1479,8 @@ describe("functionary", () => {
14791479
totalRam: s1GB * 8,
14801480
freeRam: s1GB * 8
14811481
});
1482-
expect(res.gpuLayers).to.toMatchInlineSnapshot("22");
1483-
expect(res.contextSize).to.toMatchInlineSnapshot("5376");
1482+
expect(res.gpuLayers).to.toMatchInlineSnapshot("21");
1483+
expect(res.contextSize).to.toMatchInlineSnapshot("6656");
14841484
expect(res.contextSize).to.be.gte(contextSize);
14851485
}
14861486
{

0 commit comments

Comments
 (0)