You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm install xinference xinference/xinference -n xinference --version 0.0.1-v1.1.1 --set config.worker_num=2 --set config.gpu_per_worker="1"
在本地改value.yaml中的config.worker_num和config.gpu_per_worker,启动同样报错。
Error: INSTALLATION FAILED: 1 error occurred:
* Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field ResourceRequirements.spec.template.spec.containers.resources.limits of type v1.ResourceList
helm install xinference xinference/xinference -n xinference --version 0.0.1-v1.1.1 --set config.worker_num=2 --set config.gpu_per_worker="1"
在本地改value.yaml中的config.worker_num和config.gpu_per_worker,启动同样报错。
Error: INSTALLATION FAILED: 1 error occurred:
* Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field ResourceRequirements.spec.template.spec.containers.resources.limits of type v1.ResourceList
helm install xinference xinference/xinference -n xinference --version 0.0.1-v1.1.1 --set config.model_src="modelscope"
The text was updated successfully, but these errors were encountered: