Maximiliano Suster
Maximiliano Suster
> That's true on a 64-bit CPU; it's `Int32` on a 32-bit CPU. Safest is to use `Int`. What happens when you provide `convert(Int, Base.size(img, 1))` and `convert(Int, Base.size(img, 2))`?
See the following posts (old but still relevant) - http://bytefish.de/blog/opencv/code_snippets/ - http://stackoverflow.com/questions/11511715/opencv-indexing-through-mat-of-unknowna-type.
I found a solution for conversion of image arrays from JuliaImages to Mat using templates and have written wrappers to test it. The key is to use `cv::DataType::type` when constructing...
I am having a possibly related issue with a 502 due to Alembic migrations on version 0.15.2. It happened after a simple restart of the server as docker compose restarted...
Thank you ollama Team for your great work :) Is this task dependent on resolution of https://github.com/ggerganov/llama.cpp/issues/9645? Any estimate on how long it might take to support Molmo-72B-0924 via ollama?
Related issue here. Not clear at all how to provide successfully the Azure OpenAI Embedding Model configuration to initialize Graphitii: Here is my `quickstart.py` ```python # Initialize Graphiti with Azure...