From f70cd5e2da804577226e0146810d748f1fe827e4 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 1 Oct 2024 15:56:22 +0000 Subject: [PATCH] docs: stats_period configuration was removed long ago --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f6df5c..528687c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The Nvidia device plugin uses regarding available Nvidia devices and will expose them via [`Fingerprint`](https://www.nomadproject.io/docs/internals/plugins/devices#fingerprint-context-context-chan-fingerprintresponse-error) RPC. GPUs can be excluded from fingerprinting by setting the `ignored_gpu_ids` -field (see below). Plugin sends statistics for fingerprinted devices every -`stats_period` period. +field (see below). Plugin sends statistics for fingerprinted devices periodically. + The plugin detects whether the GPU has [`Multi-Instance GPU (MIG)`](https://www.nvidia.com/en-us/technologies/multi-instance-gpu/) enabled. When enabled all instances will be fingerprinted as individual GPUs that can be addressed accordingly.