Skip to content

Commit 60ab304

Browse files
committed
hardcode nvidia manufacturer
1 parent b661570 commit 60ab304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v1/providers/shadeform/instancetype.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func (c *ShadeformClient) convertShadeformInstanceTypeToV1InstanceType(shadeform
164164
Memory: units.Base2Bytes(shadeformInstanceType.Configuration.VramPerGpuInGb) * units.GiB,
165165
MemoryDetails: "",
166166
NetworkDetails: "",
167-
Manufacturer: "",
167+
Manufacturer: "NVIDIA", // TODO: add manufacturer
168168
Name: shadeformInstanceType.Configuration.GpuType,
169169
Type: shadeformInstanceType.Configuration.GpuType,
170170
},

0 commit comments

Comments
 (0)