Added dotsocr library to the requirements
Browse files- requirements.txt +1 -0
- vllm-config.yaml +7 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ flash_attn==2.8.0.post2
|
|
| 3 |
transformers==4.51.3
|
| 4 |
huggingface_hub>=0.24.0
|
| 5 |
httpx>=0.24.0
|
|
|
|
|
|
| 3 |
transformers==4.51.3
|
| 4 |
huggingface_hub>=0.24.0
|
| 5 |
httpx>=0.24.0
|
| 6 |
+
git+https://github.com/rednote-hilab/dots.ocr.git
|
vllm-config.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
host: "0.0.0.0"
|
| 2 |
+
port: 7860
|
| 3 |
+
tensor-parallel-size: 1
|
| 4 |
+
gpu-memory-utilization: 0.8
|
| 5 |
+
chat-template-content-format: "string"
|
| 6 |
+
served-model-name: "dotsocr-model"
|
| 7 |
+
trust-remote-code: true
|