Skip to content

Commit 6d30149

Browse files
committed
fix
1 parent bfe21b8 commit 6d30149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v1/providers/launchpad/instancetype.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ func launchpadGputoGpu(lpGpu openapi.Gpu, gpuCount int32) v1.GPU {
310310
}
311311
if lpGpu.FormFactor != nil {
312312
switch *lpGpu.FormFactor {
313-
case openapi.FormFactorPCIe:
313+
case openapi.InterconnectionTypePCIe:
314314
gpu.NetworkDetails = "PCIE"
315-
case openapi.FormFactorSXM:
315+
case openapi.InterconnectionTypeSXM:
316316
gpu.NetworkDetails = "SXM"
317317
}
318318
}

0 commit comments

Comments
 (0)