Skip to content

Commit 0fa4f59

Browse files
committed
Update hardware list
1 parent 83f7973 commit 0fa4f59

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,13 +671,10 @@ describe('Replicate client', () => {
671671
{ name: "Nvidia T4 GPU", sku: "gpu-t4" },
672672
{ name: "Nvidia A40 GPU", sku: "gpu-a40-small" },
673673
{ name: "Nvidia A40 (Large) GPU", sku: "gpu-a40-large" },
674-
{ name: "Nvidia A40 (Large) GPU (8x)", sku: "gpu-a40-large-8x" },
675-
{ name: "Nvidia A100 (40GB) GPU", sku: "gpu-a100-small" },
676-
{ name: "Nvidia A100 (80GB) GPU", sku: "gpu-a100-large" },
677674
]);
678675

679676
const hardware = await client.hardware.list();
680-
expect(hardware.length).toBe(7);
677+
expect(hardware.length).toBe(4);
681678
expect(hardware[ 0 ].name).toBe('CPU');
682679
expect(hardware[ 0 ].sku).toBe('cpu');
683680
});

0 commit comments

Comments
 (0)