Skip to content

Commit 105ce0f

Browse files
authored
fix(baremetal): update elastic metal gpu vram size, uint32 to uint64 (scaleway#2277)
1 parent e8d28de commit 105ce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ type GPU struct {
968968
Name string `json:"name"`
969969

970970
// Vram: capacity of the vram in bytes.
971-
Vram uint32 `json:"vram"`
971+
Vram uint64 `json:"vram"`
972972
}
973973

974974
// Memory: memory.

0 commit comments

Comments
 (0)