garricklw
garricklw
I'll admit, I know almost nothing about which fields you can read from the model in cpp or how you're currently reading it, but the way load_model works in python...
Yeah, that's reasonable, my intuition for how easy it would be was just based on Python, so thanks for checking. Yeah, https://github.com/serizba/cppflow/pull/203 seems like a good step for bridging the...
Adding .numpy() worked for me, posting in the hopes that the notebook can be corrected and the next person can save themselves the hour I wasted trying to fix myself.
Just found out in my own testing, if you want to call it against the Ollama object's chat function, you need to pass it as an "ImageDocument" `llm = Ollama(model="gemma3",...