Bill XU
Bill XU
> Hi @Bill-XU. Sorry you hit an error. May I ask which model and/or model architecture you tried converting? Logs with a more specific error should be available [here](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) Hi...
Setting parameter "multiprocess" to False disables multiprocessing ability of separator `separator = Separator('spleeter:2stems', multiprocess = False)`
> > > Have you resolved this issue? > > > no, but i try use ubuntu system , It didn't happen. > > [这篇文章里](https://zhuanlan.zhihu.com/p/587412153)有提到,在`Windows`需要使用`-P eventlet`启动。刚才试了一下,可以正常运行。 Eventlet 不是 多进程 的,无法用于...
Add code before initializing celery app. ```python os.environ['FORKED_BY_MULTIPROCESSING'] = '1' ``` see this blog: https://celery.school/celery-on-windows
Tried pushing three float variables and assembling them inside the shader program. But values may be not passed correctly, the color of shader is displayed in black when pushing 1.0,...
> Tried pushing three float variables and assembling them inside the shader program. But values may be not passed correctly, the color of shader is displayed in black when pushing...
> Graphic3d_Vec3 is not currently wrapped. Thank you. Acknowledged. I'll continue pushing floats to assemble vec3 inside.
Located problematic source code. https://github.com/docling-project/docling/blob/45265bf8b1a6d6ad5367bb3f17fb3fa9d4366a05/docling/models/base_ocr_model.py#L47-L50 All XYs are rounded when creating bounding boxes for OCR model. While TextCells created by PageProcessingModel are not rounded.
If it is necessary to round all XYs, this block of source code has to be changed. https://github.com/docling-project/docling/blob/45265bf8b1a6d6ad5367bb3f17fb3fa9d4366a05/docling/models/base_ocr_model.py#L117-L125 XYs of programmatic cells' bounding boxes are float numbers. In my case....
> I ran can_reproduce_the_issue.pdf using Docling. Could you help identify which specific text cell is missing? > > **Docling version** > > docling 2.33.0 docling-core 2.32.0 docling-ibm-models 3.4.3 docling-parse 4.0.1...