From 4cea6ab238bf2fca70b189b29137668abc6bcef8 Mon Sep 17 00:00:00 2001 From: dkeven <82354774+dkeven@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:54:41 +0800 Subject: [PATCH] chore(manifest): lift GPU split count limit in timeslicing mode (#2042) --- infrastructure/gpu/.olares/config/gpu/hami/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/gpu/.olares/config/gpu/hami/values.yaml b/infrastructure/gpu/.olares/config/gpu/hami/values.yaml index 4caf14c0a..46fe2bea5 100644 --- a/infrastructure/gpu/.olares/config/gpu/hami/values.yaml +++ b/infrastructure/gpu/.olares/config/gpu/hami/values.yaml @@ -147,7 +147,7 @@ devicePlugin: monitorimage: "beclab/hami" monitorctrPath: /usr/local/vgpu/containers imagePullPolicy: IfNotPresent - deviceSplitCount: 10 + deviceSplitCount: 30 deviceMemoryScaling: 1 deviceCoreScaling: 1 # The runtime class name to be used by the device plugin, and added to the pod.spec.runtimeClassName of applications utilizing NVIDIA GPUs