feat: support Hami on k3s and k8s
All checks were successful
Publish Helm Charts / helm-publish (push) Successful in 7s
All checks were successful
Publish Helm Charts / helm-publish (push) Successful in 7s
This commit is contained in:
@ -593,6 +593,12 @@
|
||||
"default": 1,
|
||||
"minimum": 1
|
||||
},
|
||||
"gpuMem": {
|
||||
"type": "integer",
|
||||
"description": "GPU 显存限制,单位MB, 0表示独占卡",
|
||||
"default": 0,
|
||||
"minimum": 0
|
||||
},
|
||||
"cpuRequest": {
|
||||
"type": "integer",
|
||||
"description": "CPU 请求",
|
||||
|
||||
Reference in New Issue
Block a user