Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from hasty-ai/vgpu-support-1.22
Browse files Browse the repository at this point in the history
Supporting vgpu
  • Loading branch information
xeviknal authored Jun 1, 2023
2 parents 1f9b4e0 + 4c2478a commit c3d5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/utils/gpu/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
// ResourceNvidiaGPU is the name of the Nvidia GPU resource.
ResourceNvidiaGPU = "nvidia.com/gpu"
ResourceNvidiaGPU = "k8s.amazonaws.com/vgpu"
// DefaultGPUType is the type of GPU used in NAP if the user
// don't specify what type of GPU his pod wants.
DefaultGPUType = "nvidia-tesla-k80"
Expand Down

0 comments on commit c3d5e20

Please sign in to comment.