mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
chore(manifest): lift GPU split count limit in timeslicing mode (#2042)
This commit is contained in:
parent
a0e8a69848
commit
4cea6ab238
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue