chore: correct vllm serve and hf page

#2
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ model_name: NuExtract3
43
 
44
  It combines strong **structured information extraction** with high-quality **image-to-Markdown** conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing for all types of documents such as scans, receipts, forms, invoices, contracts or tables.
45
 
46
- Try it out in [the 🤗 space!](https://huggingface.co/spaces/numind/NuExtract-3-4B)
47
 
48
  ## Overview
49
 
@@ -307,7 +307,7 @@ MTP can improve decoding throughput without changing the OpenAI-compatible reque
307
  If you encounter memory issues, reduce the maximum model length and the maximum number of images:
308
 
309
  ```bash
310
- vllm serve numind/NuExtract-3 \
311
  --trust-remote-code \
312
  --limit-mm-per-prompt '{"image": 6, "video": 0}' \
313
  --chat-template-content-format openai \
 
43
 
44
  It combines strong **structured information extraction** with high-quality **image-to-Markdown** conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing for all types of documents such as scans, receipts, forms, invoices, contracts or tables.
45
 
46
+ Try it out in [the 🤗 space!](https://huggingface.co/spaces/numind/NuExtract3)
47
 
48
  ## Overview
49
 
 
307
  If you encounter memory issues, reduce the maximum model length and the maximum number of images:
308
 
309
  ```bash
310
+ vllm serve numind/NuExtract3 \
311
  --trust-remote-code \
312
  --limit-mm-per-prompt '{"image": 6, "video": 0}' \
313
  --chat-template-content-format openai \