diff --git a/docs/examples/vlm_pipeline_api_model.py b/docs/examples/vlm_pipeline_api_model.py index 690e1254..c4d59fa0 100644 --- a/docs/examples/vlm_pipeline_api_model.py +++ b/docs/examples/vlm_pipeline_api_model.py @@ -180,12 +180,6 @@ def main(): format=ResponseFormat.DOCTAGS, ) - # Example using the OlmOcr (dynamic prompt) model with LM Studio: - # (uncomment the following lines) - # pipeline_options.vlm_options = lms_olmocr_vlm_options( - # model="hf.co/lmstudio-community/olmOCR-7B-0225-preview-GGUF", - # ) - # Example using the Granite Vision model with LM Studio: # (uncomment the following lines) # pipeline_options.vlm_options = lms_vlm_options( @@ -194,6 +188,12 @@ def main(): # format=ResponseFormat.MARKDOWN, # ) + # Example using the OlmOcr (dynamic prompt) model with LM Studio: + # (uncomment the following lines) + # pipeline_options.vlm_options = lms_olmocr_vlm_options( + # model="hf.co/lmstudio-community/olmOCR-7B-0225-preview-GGUF", + # ) + # Example using the Granite Vision model with Ollama: # (uncomment the following lines) # pipeline_options.vlm_options = ollama_vlm_options(