Bill XU
Bill XU
I followed instructions described here [https://github.com/ollama/ollama/blob/main/docs/import.md](url). Converted this model using options "--ctx 8192 --outtype f16 --vocab-type bpe" and quantized the result with option "q4_0". Both ended successfully. But when using...
Wrongly assigned indices of TextCells in RapidOcrModel cause dropping celles in LayoutPostProcessor
### Bug TextCells created by RapidOcrModel disappeared from result. ### Steps to reproduce This is a bit complicated. 1. Use a PDF file (use attached pdfs) 2. LayoutModel cannot detect...
### Bug TextCells created by OCR model did not show up in exported files. ### Steps to reproduce Note: Issue #1643 should be fixed first. 1. Use a pdf, in...
Hi, I am trying to push some variable to shader program. But while importing Graphic3d_Vec3 (which is the data type of the variable I am using), the following error occurred....