We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f7973 commit 0fa4f59Copy full SHA for 0fa4f59
index.test.ts
@@ -671,13 +671,10 @@ describe('Replicate client', () => {
671
{ name: "Nvidia T4 GPU", sku: "gpu-t4" },
672
{ name: "Nvidia A40 GPU", sku: "gpu-a40-small" },
673
{ 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" },
677
]);
678
679
const hardware = await client.hardware.list();
680
- expect(hardware.length).toBe(7);
+ expect(hardware.length).toBe(4);
681
expect(hardware[ 0 ].name).toBe('CPU');
682
expect(hardware[ 0 ].sku).toBe('cpu');
683
});
0 commit comments