FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - PXMYH/llama-cpp-python · GitHub
PXMYH
/
llama-cpp-python
Public
forked from
abetlen/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
Breadcrumbs
History for
llama-cpp-python
llama_cpp
on
main
User selector
Datepicker
Commit history
Commits on Jul 18, 2025
chore: Bump version
abetlen
committed
e1af05f
View commit details
Copy full SHA for e1af05f
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
feat: Update llama.cpp
abetlen
committed
95292e3
View commit details
Copy full SHA for 95292e3
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
chore: Bump version
abetlen
committed
d9749cb
View commit details
Copy full SHA for d9749cb
View code at this point
Browse repository at this point
fix: Better chat format for Qwen2.5-VL (#2040)
alcoftTAO
authored
c8579d7
View commit details
Copy full SHA for c8579d7
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
a99fd21
View commit details
Copy full SHA for a99fd21
View code at this point
Browse repository at this point
Commits on Jul 6, 2025
chore: Bump version
abetlen
committed
8866fbd
View commit details
Copy full SHA for 8866fbd
View code at this point
Browse repository at this point
Commits on Jul 5, 2025
chore: Bump version
abetlen
committed
1580839
View commit details
Copy full SHA for 1580839
View code at this point
Browse repository at this point
fix: Update reference to in Llama.embed. Closes #2037
abetlen
committed
9e5a4ea
View commit details
Copy full SHA for 9e5a4ea
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
chore: Bump version
abetlen
committed
9770b84
View commit details
Copy full SHA for 9770b84
View code at this point
Browse repository at this point
fix: Use num_threads from llama model for mtmd
abetlen
committed
07a979f
View commit details
Copy full SHA for 07a979f
View code at this point
Browse repository at this point
feat: Add support for new mtmd api, add Qwen2.5-VL chat handler
abetlen
committed
cd548bd
View commit details
Copy full SHA for cd548bd
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
fix(minor): Fix type hint for older versions of python
abetlen
committed
5a635f4
View commit details
Copy full SHA for 5a635f4
View code at this point
Browse repository at this point
misc: Fix support for new parameters, deprecate rpc_servers parameter
abetlen
committed
51dce74
View commit details
Copy full SHA for 51dce74
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
0d475d7
View commit details
Copy full SHA for 0d475d7
View code at this point
Browse repository at this point
Commits on May 8, 2025
chore: Bump version
abetlen
committed
cb2edb9
View commit details
Copy full SHA for cb2edb9
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
4c6514d
View commit details
Copy full SHA for 4c6514d
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
feat: Update llama.cpp
abetlen
committed
99f2ebf
View commit details
Copy full SHA for 99f2ebf
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
chore: Bump version
abetlen
committed
37eb5f0
View commit details
Copy full SHA for 37eb5f0
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
344c106
View commit details
Copy full SHA for 344c106
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
chore: Bump version
abetlen
committed
710e19a
View commit details
Copy full SHA for 710e19a
View code at this point
Browse repository at this point
fix: error showing time spent in llama perf context print (#1898)
Show description for 4442ff8
shakalaca
and
abetlen
authored
4442ff8
View commit details
Copy full SHA for 4442ff8
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
0b89fe4
View commit details
Copy full SHA for 0b89fe4
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
80be68a
View commit details
Copy full SHA for 80be68a
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
chore: Bump version
abetlen
committed
0580cf2
View commit details
Copy full SHA for 0580cf2
View code at this point
Browse repository at this point
fix: streaming resource lock (#1879)
Show description for e8f14ce
gjpower
and
abetlen
authored
e8f14ce
View commit details
Copy full SHA for e8f14ce
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
1d5f534
View commit details
Copy full SHA for 1d5f534
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
feat: Update llama.cpp
abetlen
committed
2bc1d97
View commit details
Copy full SHA for 2bc1d97
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
chore: Bump version
abetlen
committed
803924b
View commit details
Copy full SHA for 803924b
View code at this point
Browse repository at this point
fix: add missing await statements for async exit_stack handling (#1858)
gjpower
authored
afedfc8
View commit details
Copy full SHA for afedfc8
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
002f583
View commit details
Copy full SHA for 002f583
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
a9fe0f8
View commit details
Copy full SHA for a9fe0f8
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
5585f8a
View commit details
Copy full SHA for 5585f8a
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
fix: chat API logprobs format (#1788)
Show description for 4f0ec65
domdomegg
authored
4f0ec65
View commit details
Copy full SHA for 4f0ec65
View code at this point
Browse repository at this point
fix: Avoid thread starvation on many concurrent requests by making use of asyncio to lock llama_proxy context (#1798)
Show description for 9bd0c95
gjpower
and
abetlen
authored
9bd0c95
View commit details
Copy full SHA for 9bd0c95
View code at this point
Browse repository at this point
fix: added missing exit_stack.close() to /v1/chat/completions (#1796)
Show description for 073b7e4
Ian321
authored
073b7e4
View commit details
Copy full SHA for 073b7e4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL