From 618032008f50e82c618f3560190d20894faae8f2 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 ffc1b264d..abe34d751 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -612,7 +612,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