mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 19:44:34 +00:00
Use lmstudio-community model
Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
parent
a1df985ef4
commit
b23925a74e
2
docs/examples/vlm_pipeline_api_model.py
vendored
2
docs/examples/vlm_pipeline_api_model.py
vendored
@ -198,7 +198,7 @@ def main():
|
||||
# Example using the OlmOcr (dynamic prompt) model with Ollama:
|
||||
# (uncomment the following lines)
|
||||
# pipeline_options.vlm_options = ollama_olmocr_vlm_options(
|
||||
# model="hf.co/allenai/olmOCR-7B-0225-preview",
|
||||
# model="hf.co/lmstudio-community/olmOCR-7B-0225-preview-GGUF:Q8_0",
|
||||
# )
|
||||
|
||||
# Another possibility is using online services, e.g. watsonx.ai.
|
||||
|
Loading…
Reference in New Issue
Block a user