"docs/source/vscode:/vscode.git/clone" did not exist on "8844246aeadb0f3983d6ddb7871bc77df2254b67"
Fix image cannot be seen with slice image on llama engine
Ollama's recent engine update, llama.cpp, caused all models requiring a slice schema to not display images. As a result, the value of numTokens isn't always the length of the sliced image embed, but rather the end length of the schema. This causes the image embed to not be correctly included during all slice processing.
Showing
Please register or sign in to comment