Skip to content

Commit

Permalink
remove default for vgpus
Browse files Browse the repository at this point in the history
  • Loading branch information
letmutx committed May 21, 2022
1 parent 2fa1764 commit 080b8ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions device.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ var (
hclspec.NewAttr("fingerprint_period", "string", false),
hclspec.NewLiteral("\"1m\""),
),
"vgpus": hclspec.NewDefault(
hclspec.NewAttr("vgpus", "number", true),
hclspec.NewLiteral("1"),
),
"vgpus": hclspec.NewAttr("vgpus", "number", true),
})
)

Expand Down

0 comments on commit 080b8ca

Please sign in to comment.