From 3296bd2524061e0b895bb4f4477c60da2a0cd8e1 Mon Sep 17 00:00:00 2001 From: baudneo <86508179+baudneo@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:31:34 -0600 Subject: [PATCH] Update docs/docs/configuration/reference.md Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- docs/docs/configuration/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 8139148c2..8ab5fe7e9 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -572,7 +572,7 @@ face_recognition: blur_confidence_filter: True # Optional: Set the model size used face recognition. (default: shown below) model_size: small - # Optional: Target a specific device to run the model (default: None) + # Optional: Target a specific device to run the model (default: shown below) # NOTE: See https://onnxruntime.ai/docs/execution-providers/ for more information device: None