4paradigm / k8s-vgpu-scheduler

OpenAIOS vGPU device plugin for Kubernetes is originated from the OpenAIOS project to virtualize GPU device memory, in order to allow applications to access larger memory space than its physical capacity. It is designed for ease of use of extended device memory for AI workloads.
Apache License 2.0
489 stars 93 forks source link

vgpu repo had not found #32

Closed swimtobird closed 6 months ago

swimtobird commented 7 months ago

When I execute the command: helm install vgpu vgpu-charts/vgpu --set scheduler.kubeScheduler.imageTag=v1.25.0 --set devicePlugin.deviceMemoryScaling=3 -n kube-system, it prompts Error: INSTALLATION FAILED: chart "vgpu" matching not found in vgpu-charts index. (try 'helm repo update'): no chart name found, indicating that the vgpu repo does not exist anymore.