Commit b7d7a1bf authored by myhloli's avatar myhloli
Browse files

fix: correct syntax error in demo.py for VLM client backend

parent d71c7f3a
...@@ -240,4 +240,4 @@ if __name__ == '__main__': ...@@ -240,4 +240,4 @@ if __name__ == '__main__':
"""To enable VLM mode, change the backend to 'vlm-xxx'""" """To enable VLM mode, change the backend to 'vlm-xxx'"""
# parse_doc(doc_path_list, output_dir, backend="vlm-transformers") # more general. # parse_doc(doc_path_list, output_dir, backend="vlm-transformers") # more general.
# parse_doc(doc_path_list, output_dir, backend="vlm-sglang-engine") # faster(engine). # parse_doc(doc_path_list, output_dir, backend="vlm-sglang-engine") # faster(engine).
# parse_doc(doc_path_list, output_dir, backend="vlm-sglang-client", server_url="http://127.0.0.1:30000") # faster(client). # parse_doc(doc_path_list, output_dir, backend="vlm-sglang-client", server_url="http://127.0.0.1:30000") # faster(client).
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment