FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · etjson/llama-cpp-python · GitHub
etjson
/
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
User selector
Datepicker
Commit history
Commits on Jun 21, 2026
feat(speculative): Improve ngram-map draft selection and accept feedback
Show description for acc3fe2
JamePeng
committed
acc3fe2
View commit details
Copy full SHA for acc3fe2
Browse repository at this point
Update Submodule vendor/llama.cpp bfa3219..bddfd2b
Show description for a27b100
JamePeng
committed
a27b100
View commit details
Copy full SHA for a27b100
Browse repository at this point
Sync upstream: common/json-schema-to-grammar : align spacing rules with parsers (#24835)
Show description for f566d6b
JamePeng
committed
f566d6b
View commit details
Copy full SHA for f566d6b
Browse repository at this point
Update Submodule vendor/llama.cpp e27f308..bfa3219
Show description for df66523
JamePeng
committed
df66523
View commit details
Copy full SHA for df66523
Browse repository at this point
Commits on Jun 20, 2026
Update Submodule vendor/llama.cpp db52540..e27f308
Show description for ffc528f
JamePeng
committed
ffc528f
View commit details
Copy full SHA for ffc528f
Browse repository at this point
Commits on Jun 19, 2026
Update Submodule vendor/llama.cpp f3e1828..db52540
Show description for b4f2d96
JamePeng
committed
b4f2d96
View commit details
Copy full SHA for b4f2d96
Browse repository at this point
Commits on Jun 18, 2026
ci(macos): update CMake arguments for Metal builds
Show description for 491ef59
JamePeng
committed
491ef59
View commit details
Copy full SHA for 491ef59
Browse repository at this point
Commits on Jun 17, 2026
Update Submodule vendor/llama.cpp 7dad2f1..f3e1828
Show description for d22099d
JamePeng
committed
d22099d
View commit details
Copy full SHA for d22099d
Browse repository at this point
Commits on Jun 16, 2026
Update mtmd API 20260616
Show description for 6a48d58
JamePeng
committed
6a48d58
View commit details
Copy full SHA for 6a48d58
Browse repository at this point
Update Submodule vendor/llama.cpp 8edaca9..7dad2f1
Show description for ca605ea
JamePeng
committed
ca605ea
View commit details
Copy full SHA for ca605ea
Browse repository at this point
Commits on Jun 14, 2026
feat(mtmd): broaden multimodal media extraction
Show description for 284df51
JamePeng
committed
284df51
View commit details
Copy full SHA for 284df51
Browse repository at this point
Update Submodule vendor/llama.cpp e8067a8..8edaca9
Show description for d5a9f64
JamePeng
committed
d5a9f64
View commit details
Copy full SHA for d5a9f64
Browse repository at this point
feat(mtmd): enhance generic chat template support
Show description for c974531
JamePeng
committed
c974531
View commit details
Copy full SHA for c974531
Browse repository at this point
fix(model): handle missing chat templates
Show description for d84b0c2
JamePeng
committed
d84b0c2
View commit details
Copy full SHA for d84b0c2
Browse repository at this point
refactor(mtmd): move multimodal handlers to separate module `llama_multimodal`
Show description for 1965d5f
JamePeng
committed
1965d5f
View commit details
Copy full SHA for 1965d5f
Browse repository at this point
Merge pull request #125 from TAO71-AI/mtmd
Show description for 29b3f3a
JamePeng
authored
29b3f3a
View commit details
Copy full SHA for 29b3f3a
Browse repository at this point
Merge branch 'main' into mtmd
alcoftTAO
authored
5757856
View commit details
Copy full SHA for 5757856
Browse repository at this point
Change 'clip_model_path' to 'mmproj_path'. Implemented 'chat_template_override'. Only the chat template is passed from llama to the chat handler; not the entire model's metadata.
alcoftTAO
committed
d8ee3ee
View commit details
Copy full SHA for d8ee3ee
Browse repository at this point
Commits on Jun 13, 2026
Update(MTMDChatHandler): add chunk type helpers
Show description for cb299e6
JamePeng
committed
cb299e6
View commit details
Copy full SHA for cb299e6
Browse repository at this point
Update(mtmd): Append mtmd batching API
Show description for 971ee38
JamePeng
committed
971ee38
View commit details
Copy full SHA for 971ee38
Browse repository at this point
Update Submodule vendor/llama.cpp ebc1077..e8067a8
Show description for 6d1bd3b
JamePeng
committed
6d1bd3b
View commit details
Copy full SHA for 6d1bd3b
Browse repository at this point
Commits on Jun 12, 2026
Update Submodule vendor/llama.cpp d6d0ce8..ebc1077
Show description for 54f56bd
JamePeng
committed
54f56bd
View commit details
Copy full SHA for 54f56bd
Browse repository at this point
Commits on Jun 9, 2026
Update Submodule vendor/llama.cpp 7d2b45b..d6d0ce8
Show description for e4dcac1
JamePeng
committed
e4dcac1
View commit details
Copy full SHA for e4dcac1
Browse repository at this point
Commits on Jun 8, 2026
feat(mtmd): add video input support to MTMDChatHandler
Show description for 10b4add
JamePeng
committed
10b4add
View commit details
Copy full SHA for 10b4add
Browse repository at this point
Update mtmd API 20260609
Show description for 55e855b
JamePeng
committed
55e855b
View commit details
Copy full SHA for 55e855b
Browse repository at this point
Update Submodule vendor/llama.cpp f0156d1..7d2b45b
Show description for 50bbdd6
JamePeng
committed
50bbdd6
View commit details
Copy full SHA for 50bbdd6
Browse repository at this point
build(CMakeLists): prefer VS 2022 VC143 OpenMP redist and keep System32 as final fallback。
Show description for 7a6ee9f
JamePeng
committed
7a6ee9f
View commit details
Copy full SHA for 7a6ee9f
Browse repository at this point
ci(test): add cuda 13.0.2 build workflow
Show description for 1118198
JamePeng
committed
1118198
View commit details
Copy full SHA for 1118198
Browse repository at this point
build(CMakelists): Improve Windows LLVM OpenMP runtime discovery
Show description for 323da37
JamePeng
committed
323da37
View commit details
Copy full SHA for 323da37
Browse repository at this point
Commits on Jun 7, 2026
feat(_ctypes_extensions): improve error diagnostics for shared library loading
Show description for 7a8272e
JamePeng
committed
7a8272e
View commit details
Copy full SHA for 7a8272e
Browse repository at this point
Update Submodule vendor/llama.cpp f71af35..f0156d1
Show description for b1ad445
JamePeng
committed
b1ad445
View commit details
Copy full SHA for b1ad445
Browse repository at this point
Bump version to 0.3.40-Milestone
Show description for 12861b9
JamePeng
committed
12861b9
View commit details
Copy full SHA for 12861b9
Browse repository at this point
Update Submodule vendor/llama.cpp 6b80c74..f71af35
Show description for db8292d
JamePeng
committed
db8292d
View commit details
Copy full SHA for db8292d
Browse repository at this point
docs(README): update MinerU2.5-Pro-2605-1.2B OCR model support and link
Show description for d154e63
JamePeng
committed
d154e63
View commit details
Copy full SHA for d154e63
Browse repository at this point
Commits on Jun 6, 2026
feat(chat-format): Update google/gemma-4 chat template jinja
Show description for 5929d86
JamePeng
committed
5929d86
View commit details
Copy full SHA for 5929d86
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL