passionMan commited on
Commit
fd1479b
·
verified ·
1 Parent(s): 3fab868

clean: remove hf-overrides from README, handled by plugin

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -26,11 +26,10 @@ Based on a vision-language architecture with embedding optimization for Korean/E
26
 
27
  ## Usage
28
 
29
- Serve with vLLM:
30
 
31
  ```bash
32
  vllm serve braincrew-dev/BrainOCR \
33
- --hf-overrides '{"model_type": "hunyuan_vl", "architectures": ["HunYuanVLForConditionalGeneration"]}' \
34
  --gpu-memory-utilization 0.8 \
35
  --max-model-len 16384 \
36
  --trust-remote-code
 
26
 
27
  ## Usage
28
 
29
+ Serve with vLLM (requires [vllm-brain-ocr plugin](https://github.com/braincrew-dev/vllm-brain-ocr)):
30
 
31
  ```bash
32
  vllm serve braincrew-dev/BrainOCR \
 
33
  --gpu-memory-utilization 0.8 \
34
  --max-model-len 16384 \
35
  --trust-remote-code