FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - xmartware/llama-cpp-python · GitHub
xmartware
/
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 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
fix: make content not required in ChatCompletionRequestAssistantMessage (#1807)
feloy
authored
4192210
View commit details
Copy full SHA for 4192210
View code at this point
Browse repository at this point
docs: Remove ref to llama_eval in llama_cpp.py docs (#1819)
Show description for 38fbd29
richdougherty
authored
38fbd29
View commit details
Copy full SHA for 38fbd29
View code at this point
Browse repository at this point
fix logit-bias type hint (#1802)
Show description for fa04cdc
ddh0
authored
fa04cdc
View commit details
Copy full SHA for fa04cdc
View code at this point
Browse repository at this point
fix: Fix pickling of Llama class by setting seed from _seed member. Closes #1769
abetlen
committed
2523472
View commit details
Copy full SHA for 2523472
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
7ba257e
View commit details
Copy full SHA for 7ba257e
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
feat: Update llama.cpp
abetlen
committed
f3fb90b
View commit details
Copy full SHA for f3fb90b
View code at this point
Browse repository at this point
Commits on Nov 16, 2024
chore: Bump version
abetlen
committed
7ecdd94
View commit details
Copy full SHA for 7ecdd94
View code at this point
Browse repository at this point
Commits on Oct 31, 2024
feat: Update llama.cpp
abetlen
committed
e712cff
View commit details
Copy full SHA for e712cff
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
feat: Update llama.cpp
abetlen
committed
7403e00
View commit details
Copy full SHA for 7403e00
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
chore: Bump version
abetlen
committed
7c4aead
View commit details
Copy full SHA for 7c4aead
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
57e70bb
View commit details
Copy full SHA for 57e70bb
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
feat: Expose libggml in internal APIs (#1761)
Show description for 01c7607
abetlen
authored
01c7607
View commit details
Copy full SHA for 01c7607
View code at this point
Browse repository at this point
fix: Additional fixes for speculative decoding
abetlen
committed
e975dab
View commit details
Copy full SHA for e975dab
View code at this point
Browse repository at this point
misc: Rename all_text to remaining_text (#1658)
Show description for 11d9562
xu-song
and
abetlen
authored
11d9562
View commit details
Copy full SHA for 11d9562
View code at this point
Browse repository at this point
fix: Fix speculative decoding
abetlen
committed
9992c50
View commit details
Copy full SHA for 9992c50
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
chore: Bump version
abetlen
committed
b3dfb42
View commit details
Copy full SHA for b3dfb42
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
926b414
View commit details
Copy full SHA for 926b414
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL