Update README.md
Browse files
README.md
CHANGED
@@ -218,6 +218,12 @@ top_p=0.6,
|
|
218 |
repetition_penalty: 1.2
|
219 |
```
|
220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
## **Intended Uses & Limitations**
|
222 |
|
223 |
This is a task-specific model intended to be used only with the provided prompts. It does not include any guardrails or VQA capability. Due to the nature of large language models (LLMs), a certain level of hallucination may occur. We recommend that developers carefully assess these risks in the context of their specific use case.
|
|
|
218 |
repetition_penalty: 1.2
|
219 |
```
|
220 |
|
221 |
+
## Hosting
|
222 |
+
```
|
223 |
+
vllm serve scb10x/typhoon-ocr-7b --max-model-len 32000 # OpenAI Compatible at http://localhost:8000
|
224 |
+
# then you can supply base_url in to ocr_document('image.jpg', base_url='http://localhost:8000/v1')
|
225 |
+
```
|
226 |
+
|
227 |
## **Intended Uses & Limitations**
|
228 |
|
229 |
This is a task-specific model intended to be used only with the provided prompts. It does not include any guardrails or VQA capability. Due to the nature of large language models (LLMs), a certain level of hallucination may occur. We recommend that developers carefully assess these risks in the context of their specific use case.
|