allocate_vmemory_MiB
apiVersion: v1 kind: Pod metadata: name: gpu-pod spec: containers:
- name: ubuntu-container image: cr.metax-tech.com/public-ai-release/c500/colossalai:2.24.0.5-py38-ubuntu20.04-amd64 imagePullPolicy: IfNotPresent command: ["sleep","infinity"] resources: limits: metax-tech.com/sgpu: 1 # requesting 1 GPU metax-tech.com/vcore: 60 # each GPU use 60% of total compute cores metax-tech.com/vmemory: 2048Mi # each GPU require 2048 MiB device memory