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

切分功能不起作用,请求帮助? #3

Closed absolutelyZero closed 3 years ago

absolutelyZero commented 3 years ago
环境 | 环境描述 -- | -- Kubernetes version | v1.11.2 Docker version | 18.03.1-ce GPU Type | Tesla V100 GPU Num | 2

配置参数为

"args": [ "--fail-on-init-error=false", "--device-split-count=2", "--device-memory-scaling=2", "--device-cores-scaling=2" ],

查看GPU所在节点 kubectl describe node xxx.xxx.xxx.xxx

Capacity: cpu: 36 ephemeral-storage: 3478455808Ki hugepages-1Gi: 0 hugepages-2Mi: 0 memory: 131500528Ki nvidia.com/gpu: 2 pods: 110

nvidia.com/gpu的数量并没有像demo中的变成4,求作者大大帮忙瞅瞅,辛苦了