There was an error while loading. Please reload this page.
1 parent 602b644 commit a0287beCopy full SHA for a0287be
1 file changed
v1/providers/sfcomputev2/instancetype.go
@@ -44,7 +44,7 @@ var h100InstanceTypeMetadata = func() sfcInstanceTypeMetadata {
44
m := sfcInstanceTypeMetadata{
45
diskBytes: v1.NewBytes(1500, v1.Gigabyte),
46
memoryBytes: v1.NewBytes(960, v1.Gigabyte),
47
- gpuVRAM: v1.NewBytes(80, v1.Gigabyte),
+ gpuVRAM: v1.NewBytes(80, v1.Gibibyte),
48
vcpu: sfcVCPU,
49
gpuCount: sfcGPUCount,
50
gpuManufacturer: v1.ManufacturerNVIDIA,
0 commit comments