Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wzgrx
/
llama-cpp-python
Public
forked from
JamePeng/llama-cpp-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 15, 2026
feat(core): add verbose debug logging to longest_token_prefix fast paths
Show description for 90d46dc
JamePeng
committed
90d46dc
View commit details
Copy full SHA for 90d46dc
Browse repository at this point
Update MIT license copyright to collective authorship (2023-2026)
Show description for 35957bd
JamePeng
committed
35957bd
View commit details
Copy full SHA for 35957bd
Browse repository at this point
Update CMakeLists.txt
JamePeng
committed
9c29c27
View commit details
Copy full SHA for 9c29c27
Browse repository at this point
Bump version to 0.3.33
Show description for 6bbc8d2
JamePeng
committed
6bbc8d2
View commit details
Copy full SHA for 6bbc8d2
Browse repository at this point
Commits on Mar 14, 2026
Update Submodule vendor/llama.cpp 463b6a9..d23355a
JamePeng
committed
b0f00a9
View commit details
Copy full SHA for b0f00a9
Browse repository at this point
perf(mtmd): optimize media_id masking with bitwise AND
Show description for bd0b069
JamePeng
committed
bd0b069
View commit details
Copy full SHA for bd0b069
Browse repository at this point
fix(mtmd): prevent multimodal image freeze by injecting deterministic media IDs
Show description for dd111eb
JamePeng
committed
dd111eb
View commit details
Copy full SHA for dd111eb
Browse repository at this point
Update Submodule vendor/llama.cpp 8f974d2..463b6a9
JamePeng
committed
ec2cbea
View commit details
Copy full SHA for ec2cbea
Browse repository at this point
Commits on Mar 13, 2026
Update mtmd_cpp API 20260313
JamePeng
committed
afd06ea
View commit details
Copy full SHA for afd06ea
Browse repository at this point
Update Submodule vendor/llama.cpp 557fe2d..8f974d2
JamePeng
committed
a6db3f2
View commit details
Copy full SHA for a6db3f2
Browse repository at this point
fix(Llama.generate): add explicit fallback context reset and expand `Llama.generate` docstrings
Show description for 6f81466
JamePeng
committed
6f81466
View commit details
Copy full SHA for 6f81466
Browse repository at this point
Commits on Mar 12, 2026
docs(README.md): add sampling parameter guide and strategic project tips to README
Show description for d422e82
JamePeng
committed
d422e82
View commit details
Copy full SHA for d422e82
Browse repository at this point
fix(sampling): prevent memory drift and hallucinations in logits view
Show description for aa38850
JamePeng
committed
aa38850
View commit details
Copy full SHA for aa38850
Browse repository at this point
Update Submodule vendor/llama.cpp fdb1764..557fe2d
JamePeng
committed
380c643
View commit details
Copy full SHA for 380c643
Browse repository at this point
Commits on Mar 11, 2026
feat(_ggml): extend ctypes bindings with more ggml constants, enums, and structs
JamePeng
committed
2bb5cd9
View commit details
Copy full SHA for 2bb5cd9
Browse repository at this point
Update llama.cpp API 20260312
JamePeng
committed
c420a2a
View commit details
Copy full SHA for c420a2a
Browse repository at this point
Update Submodule vendor/llama.cpp 182acfe..fdb1764
JamePeng
committed
21c4c87
View commit details
Copy full SHA for 21c4c87
Browse repository at this point
fix(chat_handler): fix tools and function calling in MTMDChatHandler.
JamePeng
committed
8641667
View commit details
Copy full SHA for 8641667
Browse repository at this point
Update Submodule vendor/llama.cpp 10e5b14..182acfe
JamePeng
committed
b827932
View commit details
Copy full SHA for b827932
Browse repository at this point
Commits on Mar 10, 2026
perf(cache): optimize LlamaDiskCache I/O and fix LRU behavior
Show description for a36e8d2
JamePeng
committed
a36e8d2
View commit details
Copy full SHA for a36e8d2
Browse repository at this point
Sync examples : fix empty items in json_schema_to_grammar.py (#19968)
JamePeng
committed
8e8f36f
View commit details
Copy full SHA for 8e8f36f
Browse repository at this point
Update Submodule vendor/llama.cpp ec947d2..10e5b14
JamePeng
committed
054f04e
View commit details
Copy full SHA for 054f04e
Browse repository at this point
perf(cache): upgrade `LlamaRAMCache` to O(1) eviction and set `LlamaTrieCache` as default
Show description for 5c8e056
JamePeng
committed
5c8e056
View commit details
Copy full SHA for 5c8e056
Browse repository at this point
Update Submodule vendor/llama.cpp 59db9a3..ec947d2
JamePeng
committed
4bec165
View commit details
Copy full SHA for 4bec165
Browse repository at this point
Commits on Mar 9, 2026
fix(core): disable swa_full for non-SWA models (sync llama.cpp upstream #20291)
Show description for 9acc507
JamePeng
committed
9acc507
View commit details
Copy full SHA for 9acc507
Browse repository at this point
Update llama.cpp API 20260310
JamePeng
committed
955ac33
View commit details
Copy full SHA for 955ac33
Browse repository at this point
fix(chat_format): fix namespace and variable shadowing of llama modules
Show description for 7efcb2b
JamePeng
committed
7efcb2b
View commit details
Copy full SHA for 7efcb2b
Browse repository at this point
fix(cache): fix namespace shadowing to prevent AttributeError
Show description for 5e285fe
JamePeng
committed
5e285fe
View commit details
Copy full SHA for 5e285fe
Browse repository at this point
Update Submodule vendor/llama.cpp 35bee03..59db9a3
JamePeng
committed
9cc2efb
View commit details
Copy full SHA for 9cc2efb
Browse repository at this point
Commits on Mar 8, 2026
feat(MTMDChatHandler): support audio inputs and fix interleaved media ordering
Show description for 964160d
JamePeng
committed
964160d
View commit details
Copy full SHA for 964160d
Browse repository at this point
Update Submodule vendor/llama.cpp b283f6d..35bee03
JamePeng
committed
5bd0870
View commit details
Copy full SHA for 5bd0870
Browse repository at this point
Bump version to 0.3.32
JamePeng
committed
e7e1d48
View commit details
Copy full SHA for e7e1d48
Browse repository at this point
Update Submodule vendor/llama.cpp c5a7788..b283f6d
JamePeng
committed
3e41921
View commit details
Copy full SHA for 3e41921
Browse repository at this point
docs(issue-template): modernize bug report for efficiency
Show description for 8ec1763
JamePeng
committed
8ec1763
View commit details
Copy full SHA for 8ec1763
Browse repository at this point
fix(sampling): pass seed to sampling context and remove global mutation
Show description for ad10cfd
JamePeng
committed
ad10cfd
View commit details
Copy full SHA for ad10cfd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.