FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · emptyngton/llama-cpp-python · GitHub
emptyngton
/
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 Jul 26, 2026
fix(_internals): clean up native resources on initialization failures
Show description for 998b7b5
JamePeng
committed
998b7b5
View commit details
Copy full SHA for 998b7b5
Browse repository at this point
test(chat-format): modernize coverage with Qwen3.5-style templates
Show description for 5685fea
JamePeng
committed
5685fea
View commit details
Copy full SHA for 5685fea
Browse repository at this point
docs(readme): replace the new logo with fork project branding
Show description for 1857a60
JamePeng
committed
1857a60
View commit details
Copy full SHA for 1857a60
Browse repository at this point
docs(embedding): add end-to-end embeddings and reranking guide
Show description for a27aa9b
JamePeng
committed
a27aa9b
View commit details
Copy full SHA for a27aa9b
Browse repository at this point
docs(llama): expand embedding parameters and API guidance
Show description for df3ca79
JamePeng
committed
df3ca79
View commit details
Copy full SHA for df3ca79
Browse repository at this point
docs(embedding): document maintained APIs and sequence batch capacity
Show description for 85e4cea
JamePeng
committed
85e4cea
View commit details
Copy full SHA for 85e4cea
Browse repository at this point
docs(example): refresh the built-in embedding usage example
Show description for 77b7fa1
JamePeng
committed
77b7fa1
View commit details
Copy full SHA for 77b7fa1
Browse repository at this point
test(embedding): cover built-in and streaming embedding workflows
Show description for 6896e3d
JamePeng
committed
6896e3d
View commit details
Copy full SHA for 6896e3d
Browse repository at this point
fix(embedding): respect n_seq_max when streaming embedding batches
Show description for 29ad350
JamePeng
committed
29ad350
View commit details
Copy full SHA for 29ad350
Browse repository at this point
refactor(batch): improve sequence capacity validation guidance
Show description for 0d3ae93
JamePeng
committed
0d3ae93
View commit details
Copy full SHA for 0d3ae93
Browse repository at this point
feat(embedding): modernize the built-in Llama embedding API
Show description for 93ebd83
JamePeng
committed
93ebd83
View commit details
Copy full SHA for 93ebd83
Browse repository at this point
Update Submodule vendor/llama.cpp 88bfee1..8bb9093
Show description for c4cdd46
JamePeng
committed
c4cdd46
View commit details
Copy full SHA for c4cdd46
Browse repository at this point
Commits on Jul 24, 2026
Update Submodule vendor/llama.cpp 4310aa4..88bfee1
Show description for 03124ef
JamePeng
committed
03124ef
View commit details
Copy full SHA for 03124ef
Browse repository at this point
Commits on Jul 22, 2026
Update Submodule vendor/llama.cpp 846e991..4310aa4
Show description for ffbd951
JamePeng
committed
ffbd951
View commit details
Copy full SHA for ffbd951
Browse repository at this point
Commits on Jul 21, 2026
Bump version to 0.3.44
Show description for ebf6099
JamePeng
committed
ebf6099
View commit details
Copy full SHA for ebf6099
Browse repository at this point
Update Submodule vendor/llama.cpp 91d2fc3..846e991
Show description for db460e0
JamePeng
committed
db460e0
View commit details
Copy full SHA for db460e0
Browse repository at this point
Commits on Jul 20, 2026
fix(ggml): preload bundled OpenMP runtime before loading ggml-base
Show description for 0eb2615
JamePeng
committed
0eb2615
View commit details
Copy full SHA for 0eb2615
Browse repository at this point
Update Submodule vendor/llama.cpp 86d86ed..91d2fc3
Show description for 79b8b5d
JamePeng
committed
79b8b5d
View commit details
Copy full SHA for 79b8b5d
Browse repository at this point
Commits on Jul 17, 2026
Bump version to 0.3.43
Show description for caa72e2
JamePeng
committed
caa72e2
View commit details
Copy full SHA for caa72e2
Browse repository at this point
patch(Gemma4ChatHandler): Synchronize huggingface gemma4 latest chat template
Show description for a641283
JamePeng
committed
a641283
View commit details
Copy full SHA for a641283
Browse repository at this point
Update Submodule vendor/llama.cpp e8f19cc..86d86ed
Show description for 3df6144
JamePeng
committed
3df6144
View commit details
Copy full SHA for 3df6144
Browse repository at this point
Commits on Jul 16, 2026
feat(llama_ext): support optional llama-ext.h API bindings
Show description for 978ff32
JamePeng
committed
978ff32
View commit details
Copy full SHA for 978ff32
Browse repository at this point
fix(ctypes): validate argument types before binding shared library functions
Show description for 6c163c2
JamePeng
committed
6c163c2
View commit details
Copy full SHA for 6c163c2
Browse repository at this point
Update Submodule vendor/llama.cpp 79bba02..e8f19cc
Show description for 083c4b5
JamePeng
committed
083c4b5
View commit details
Copy full SHA for 083c4b5
Browse repository at this point
feat(ctypes): handle missing optional symbols gracefully
Show description for afafdd5
JamePeng
committed
afafdd5
View commit details
Copy full SHA for afafdd5
Browse repository at this point
fix(mtmd): preserve subclass chat format during MTMD initialization
Show description for a804dc2
JamePeng
committed
a804dc2
View commit details
Copy full SHA for a804dc2
Browse repository at this point
Update Submodule vendor/llama.cpp aff6eb6..79bba02
Show description for 142c58d
JamePeng
committed
142c58d
View commit details
Copy full SHA for 142c58d
Browse repository at this point
Commits on Jul 15, 2026
feat(ctypes): support ABI-compatible symbol aliases
Show description for 849f02a
JamePeng
committed
849f02a
View commit details
Copy full SHA for 849f02a
Browse repository at this point
refactor(embedding): rename llama_cpp import alias to llama_cpp_lib
Show description for 859a99d
JamePeng
committed
859a99d
View commit details
Copy full SHA for 859a99d
Browse repository at this point
Update Submodule vendor/llama.cpp 7f575c3..aff6eb6
Show description for 5334cb9
JamePeng
committed
5334cb9
View commit details
Copy full SHA for 5334cb9
Browse repository at this point
Commits on Jul 14, 2026
refactor(mtmd): cache Generic MTMD chat template resolution
Show description for 9d6e598
JamePeng
committed
9d6e598
View commit details
Copy full SHA for 9d6e598
Browse repository at this point
Update Submodule vendor/llama.cpp e3546c7..7f575c3
Show description for 1762647
JamePeng
committed
1762647
View commit details
Copy full SHA for 1762647
Browse repository at this point
Commits on Jul 12, 2026
patch(Llama): Increase chunk preview limit to 128 in Llama.eval exception
Show description for e417924
JamePeng
committed
e417924
View commit details
Copy full SHA for e417924
Browse repository at this point
ci(metal): get package version from importlib metadata
Show description for f077c56
JamePeng
committed
f077c56
View commit details
Copy full SHA for f077c56
Browse repository at this point
Bump version to 0.3.42
Show description for e522cec
JamePeng
committed
e522cec
View commit details
Copy full SHA for e522cec
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL