FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · wenxb/llama-cpp-python · GitHub
wenxb
/
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 Aug 6, 2025
Add strftime_now function into Jinja2ChatFormatter Class for gpt-oss and gemma3 chat_template need
JamePeng
committed
c7e20d3
View commit details
Copy full SHA for c7e20d3
Browse repository at this point
Update Submodule vendor/llama.cpp fd1234c..0d88315
JamePeng
committed
b5068ae
View commit details
Copy full SHA for b5068ae
Browse repository at this point
Commits on Aug 5, 2025
Sync llama.cpp API 20250806
JamePeng
committed
b4a4455
View commit details
Copy full SHA for b4a4455
Browse repository at this point
Update Submodule vendor/llama.cpp 1c872f7..fd1234c
JamePeng
committed
7f6315b
View commit details
Copy full SHA for 7f6315b
Browse repository at this point
Commits on Aug 1, 2025
Remove sm_70 in cuda12.8.1 action flow
JamePeng
committed
fcbb32e
View commit details
Copy full SHA for fcbb32e
Browse repository at this point
Sync llama.cpp API 20250801
JamePeng
committed
9472d75
View commit details
Copy full SHA for 9472d75
Browse repository at this point
Update Submodule vendor/llama.cpp 94933c8..1c872f7
JamePeng
committed
5859fc2
View commit details
Copy full SHA for 5859fc2
Browse repository at this point
Fix enum variable reference issue in mtmd, replace the kv_cache_clear() with memory_clear()
Show description for 001b67f
JamePeng
committed
001b67f
View commit details
Copy full SHA for 001b67f
Browse repository at this point
Try to compile with cuda12.8.1 for Blackwell architecture (sm_100 and sm_120) computing cards
JamePeng
committed
a617e31
View commit details
Copy full SHA for a617e31
Browse repository at this point
Commits on Jul 31, 2025
Sync: Add LLaDA 8b Diffusion model
JamePeng
committed
4923a7b
View commit details
Copy full SHA for 4923a7b
Browse repository at this point
Update Submodule vendor/llama.cpp a86f52b..94933c8
JamePeng
committed
e390ab3
View commit details
Copy full SHA for e390ab3
Browse repository at this point
Commits on Jul 23, 2025
Update Submodule vendor/llama.cpp f0d4d17..a86f52b
JamePeng
committed
68ee5dd
View commit details
Copy full SHA for 68ee5dd
Browse repository at this point
Commits on Jul 19, 2025
Sync abetlen 0.3.14 code
JamePeng
committed
265b697
View commit details
Copy full SHA for 265b697
Browse repository at this point
update llama.cpp API 20250719
JamePeng
committed
e270eb1
View commit details
Copy full SHA for e270eb1
Browse repository at this point
Update Submodule vendor/llama.cpp 086cf81..f0d4d17
JamePeng
committed
575e81d
View commit details
Copy full SHA for 575e81d
Browse repository at this point
Commits on Jul 17, 2025
fix memory_seq_rm crash bug
JamePeng
committed
8d981f0
View commit details
Copy full SHA for 8d981f0
Browse repository at this point
Commits on Jul 16, 2025
Add ggml-webgpu into CMakeLists.txt
JamePeng
committed
7ee7577
View commit details
Copy full SHA for 7ee7577
Browse repository at this point
Sync abetlen 0.3.13 code
JamePeng
committed
f89cc69
View commit details
Copy full SHA for f89cc69
Browse repository at this point
Sync fix: Better chat format for Qwen2.5-VL by alcoftTAO
JamePeng
committed
e65a268
View commit details
Copy full SHA for e65a268
Browse repository at this point
Update llama.cpp API 20250717
JamePeng
committed
bc283d3
View commit details
Copy full SHA for bc283d3
Browse repository at this point
Update Submodule vendor/llama.cpp 55c509d..21c0217
JamePeng
committed
67046e1
View commit details
Copy full SHA for 67046e1
Browse repository at this point
Commits on Jul 14, 2025
try to use the logit_bias instead of logit_processors in test_llama
JamePeng
committed
790cc09
View commit details
Copy full SHA for 790cc09
Browse repository at this point
Choose the logit_bias sampler instead of the potentially unsafe logits_processor
JamePeng
committed
90ed7a6
View commit details
Copy full SHA for 90ed7a6
Browse repository at this point
Update Submodule vendor/llama.cpp 84b396e..55c509d
JamePeng
committed
004a579
View commit details
Copy full SHA for 004a579
Browse repository at this point
Commits on Jul 13, 2025
more logits_all params restored
JamePeng
committed
cdc7348
View commit details
Copy full SHA for cdc7348
Browse repository at this point
Update Submodule vendor/llama.cpp b8eeb87..84b396e
JamePeng
committed
b02f6df
View commit details
Copy full SHA for b02f6df
Browse repository at this point
Commits on Jul 8, 2025
fix the custom samplers ArgumentError
JamePeng
committed
9fc8254
View commit details
Copy full SHA for 9fc8254
Browse repository at this point
Sync abetlen/llama-cpp-python 0.3.12 code
JamePeng
committed
c7a1e13
View commit details
Copy full SHA for c7a1e13
Browse repository at this point
Sync model : add hunyuan moe
JamePeng
committed
808459e
View commit details
Copy full SHA for 808459e
Browse repository at this point
Update Submodule vendor/llama.cpp a0374a6..b8eeb87
JamePeng
committed
22fb2e0
View commit details
Copy full SHA for 22fb2e0
Browse repository at this point
Commits on Jul 6, 2025
fix missing logits_all params
JamePeng
committed
51e77fa
View commit details
Copy full SHA for 51e77fa
Browse repository at this point
Correct llama_kv_cache_clear function with llama_memory_clear function
JamePeng
committed
dbfc1cf
View commit details
Copy full SHA for dbfc1cf
Browse repository at this point
Sync abetlen/llama-cpp-python 0.3.11 code
JamePeng
committed
0701c73
View commit details
Copy full SHA for 0701c73
Browse repository at this point
Update Submodule vendor/llama.cpp 28657a8..a0374a6
JamePeng
committed
0e2ae3a
View commit details
Copy full SHA for 0e2ae3a
Browse repository at this point
Commits on Jul 4, 2025
Sync abetlen/llama-cpp-python 0.3.10 code
JamePeng
committed
dbb30a8
View commit details
Copy full SHA for dbb30a8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL