From 142644db72484a319349254873532406875ab67e Mon Sep 17 00:00:00 2001 From: Nikos Livathinos Date: Mon, 16 Dec 2024 14:35:11 +0100 Subject: [PATCH] fix: 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: