-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sakharovaan/llama-cpp-python
base: main
head repository: JamePeng/llama-cpp-python
compare: main
- 16 commits
- 51 files changed
- 1 contributor
Commits on Apr 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4ec15ac - Browse repository at this point
Copy the full SHA 4ec15acView commit details -
docs: add audio processing recommendation to Gemma4ChatHandler
- Recommend BF16 mmproj for Gemma4 E2B and E4B models. - Note known degraded audio performance with other quantizations. - Add reference link to the relevant llama.cpp PR/issue comment. Signed-off-by: JamePeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e6529e - Browse repository at this point
Copy the full SHA 5e6529eView commit details
Commits on Apr 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e70304b - Browse repository at this point
Copy the full SHA e70304bView commit details -
docs: add comprehensive omni multimodal example for Gemma-4
- Wrapped the existing Qwen3-VL image loading example in a `<details>` block to improve README readability and save vertical space. - Introduced a complete, production-ready "Omni MultiModal" example demonstrating simultaneous Vision and Audio processing using the `Gemma4ChatHandler`. - Added a universal `build_media_payload` helper function to dynamically route and encode local files into OpenAI-compatible `image_url` and `input_audio` payload structures. - Added crucial documentation clarifying multimodal capability differences across Gemma-4 variants (E2B/E4B supporting full audio/vision vs. 31B/26BA4B supporting vision only). Signed-off-by: JamePeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7115772 - Browse repository at this point
Copy the full SHA 7115772View commit details
Commits on Apr 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 701195e - Browse repository at this point
Copy the full SHA 701195eView commit details -
Sync mtmd: add mtmd_image_tokens_get_decoder_pos() API (#21851)
Signed-off-by: JamePeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d2b2cb - Browse repository at this point
Copy the full SHA 9d2b2cbView commit details
Commits on Apr 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3ee7ff8 - Browse repository at this point
Copy the full SHA 3ee7ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e00017 - Browse repository at this point
Copy the full SHA 9e00017View commit details -
feat: enhance Qwen35ChatHandler with preserve_thinking and Qwen3.6 te…
…mplate fixes - Add `preserve_thinking` parameter to optionally retain `<think>` reasoning blocks across all historical conversational turns (defaults to False to save tokens). - Improve template robustness by adding an `is defined` safety check for `enable_thinking`. - Simplify JSON serialization logic for tool call arguments in the Jinja template. - Update class docstring to explicitly indicate support for Qwen 3.5 and Qwen 3.6 models. - Include `preserve_thinking` state in verbose processing logs.
Configuration menu - View commit details
-
Copy full SHA for 7820677 - Browse repository at this point
Copy the full SHA 7820677View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97cb63 - Browse repository at this point
Copy the full SHA b97cb63View commit details
Commits on Apr 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7a19575 - Browse repository at this point
Copy the full SHA 7a19575View commit details -
chore(ci): upgrade astral-sh/setup-uv@v7 and Jimver/[email protected]…
….35 (Node 24 runtime)
Configuration menu - View commit details
-
Copy full SHA for 33ce052 - Browse repository at this point
Copy the full SHA 33ce052View commit details
Commits on Apr 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3984ab5 - Browse repository at this point
Copy the full SHA 3984ab5View commit details -
docs: initialize LLM Wiki structure for better documentation maintenance
- Create docs/wiki/ directory with full folder structure - Add SCHEMA.md, index.md and contributing guidelines - Set up core/, features/, examples/, types/ and subdirectories - Prepare for LLM-powered living documentation (Llama class, multi-modal chat handlers, vision/audio examples, etc.) - Include .gitkeep files to preserve empty directories This lays the foundation for a modern, maintainable wiki that will replace outdated static docs. Future commits will populate pages with up-to-date content generated from latest source code. Signed-off-by: JamePeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15f8a36 - Browse repository at this point
Copy the full SHA 15f8a36View commit details
Commits on Apr 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e3b7ad6 - Browse repository at this point
Copy the full SHA e3b7ad6View commit details
Commits on Apr 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8625836 - Browse repository at this point
Copy the full SHA 8625836View commit details
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 main...main