Skip to content

Commit

Permalink
chore: comments for required GPU VRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
noryev committed Feb 3, 2025
1 parent 7e746d5 commit 2e56993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourceprovider/preflight/preflight.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
)

const RequiredGPUMemoryGB = 1
const RequiredGPUMemoryGB = 1 // 1GB of VRAM is required to startup if GPU is enabled

type GPUInfo struct {
UUID string
Expand Down

0 comments on commit 2e56993

Please sign in to comment.