From 0fb2ab15b63ed4bd17e9002288ede057ae97f130 Mon Sep 17 00:00:00 2001 From: SeanOMik <seanomik@gmail.com> Date: Mon, 30 Dec 2024 20:50:06 -0500 Subject: [PATCH] fix: increase shared device num for intel gpu --- kubernetes/common/apps/intel-gpu/files/gpu-plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/common/apps/intel-gpu/files/gpu-plugin.yaml b/kubernetes/common/apps/intel-gpu/files/gpu-plugin.yaml index ea34eb84..8da86578 100644 --- a/kubernetes/common/apps/intel-gpu/files/gpu-plugin.yaml +++ b/kubernetes/common/apps/intel-gpu/files/gpu-plugin.yaml @@ -21,5 +21,5 @@ spec: values: name: intel-gpu-plugin - sharedDevNum: 3 - nodeFeatureRule: true \ No newline at end of file + sharedDevNum: 6 + nodeFeatureRule: true