Skip to content

Commit

Permalink
Add GPU specific fields to plan struct (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Jun 2, 2022
1 parent b2c16f5 commit 5ae0778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ type Plan struct {
Bandwidth int `json:"bandwidth"`
MonthlyCost float32 `json:"monthly_cost"`
Type string `json:"type"`
GPUVRAM int `json:"gpu_vram_gb,omitempty"`
GPUType string `json:"gpu_type,omitempty"`
Locations []string `json:"locations"`
}

Expand Down

0 comments on commit 5ae0778

Please sign in to comment.