diff --git a/v1/providers/sfcomputev2/instancetype.go b/v1/providers/sfcomputev2/instancetype.go index bda56e4..79ebe5e 100644 --- a/v1/providers/sfcomputev2/instancetype.go +++ b/v1/providers/sfcomputev2/instancetype.go @@ -44,7 +44,7 @@ var h100InstanceTypeMetadata = func() sfcInstanceTypeMetadata { m := sfcInstanceTypeMetadata{ diskBytes: v1.NewBytes(1500, v1.Gigabyte), memoryBytes: v1.NewBytes(960, v1.Gigabyte), - gpuVRAM: v1.NewBytes(80, v1.Gigabyte), + gpuVRAM: v1.NewBytes(80, v1.Gibibyte), vcpu: sfcVCPU, gpuCount: sfcGPUCount, gpuManufacturer: v1.ManufacturerNVIDIA,