From 3bb3bf57150c9705a055982e6fb0cc8d1408f161 Mon Sep 17 00:00:00 2001 From: Nikos Livathinos <100353117+nikos-livathinos@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:03:06 +0100 Subject: [PATCH] docs: Fix the path to the run_with_accelerator.py example (#608) docs: Fix the path to the run_with_accelerator.py example Signed-off-by: Nikos Livathinos --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1dd8c345..c7802583 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,7 +75,7 @@ nav: - "Table export": examples/export_tables.py - "Multimodal export": examples/export_multimodal.py - "Force full page OCR": examples/full_page_ocr.py - - "Accelerator options": examples/run_with_acclerators.py + - "Accelerator options": examples/run_with_accelerator.py - Chunking: - "Hybrid chunking": examples/hybrid_chunking.ipynb - RAG / QA: