-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: danbev/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vision-api-mllama-example
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 55 files changed
- 2 contributors
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a4ae5e9 - Browse repository at this point
Copy the full SHA a4ae5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863a4ca - Browse repository at this point
Copy the full SHA 863a4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acd1b6 - Browse repository at this point
Copy the full SHA 2acd1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39277f9 - Browse repository at this point
Copy the full SHA 39277f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3653d - Browse repository at this point
Copy the full SHA 7d3653dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7969d7 - Browse repository at this point
Copy the full SHA d7969d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d22b1 - Browse repository at this point
Copy the full SHA 84d22b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e85cb - Browse repository at this point
Copy the full SHA 30e85cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfc88c - Browse repository at this point
Copy the full SHA 7cfc88cView commit details -
llama : enable building vision with cmake
This commit addresses a few compilation and linking errors that were occurring when building the vision module with cmake.
Configuration menu - View commit details
-
Copy full SHA for 917557d - Browse repository at this point
Copy the full SHA 917557dView commit details -
llama : add llama-simple-vision-mllama example (wip)
This commit adds a vision example that uses Llama 3.2 Vision Instruct to experiment with the new Vision API and how a multi-modal cross-attention model works. The implementation is based on Ollama's multi-modal implementation with some modifications to make it work with the new Vision API. The motivation for this example is only to get some experience with multi-modal cross-attention and understand how it works. This is a bare minimum approach to get something working and see if it is something that is worth exploring further, but parts of this migth be useful on their own like the model conversion for example, and having this will enable the testing of the converted/quantized, model.
Configuration menu - View commit details
-
Copy full SHA for 9b48fb9 - Browse repository at this point
Copy the full SHA 9b48fb9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...vision-api-mllama-example