github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/llm-cluster/values.yaml (about)

     1  # Default values for llm-cluster.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  ## @param version llm cluster version
     6  ##
     7  version: vllm-baichuan2-13b
     8  
     9  ## @param replicas specify cluster replicas
    10  ##
    11  replicas: 1
    12  
    13  ## @param cpu
    14  ##
    15  cpu: 2
    16  
    17  ## @param memory, the unit is Gi
    18  ##
    19  memory: 6
    20  
    21  ## @param gpu
    22  ##
    23  gpu: 1
    24  
    25  cpuMode: false