FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - alcmontejo/llama-cpp-python · GitHub
alcmontejo
/
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 Apr 9, 2024
feat: Update llama.cpp
abetlen
committed
56071c9
View commit details
Copy full SHA for 56071c9
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
chore: Bump version
abetlen
committed
08b16af
View commit details
Copy full SHA for 08b16af
View code at this point
Browse repository at this point
Commits on Apr 5, 2024
fix: missing logprobs in response, incorrect response type for functionary, minor type issues. Closes #1328 Closes #1314
abetlen
committed
1ae3abb
View commit details
Copy full SHA for 1ae3abb
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
chore: Bump version
abetlen
committed
34081dd
View commit details
Copy full SHA for 34081dd
View code at this point
Browse repository at this point
fix: segfault when logits_all=False. Closes #1319
abetlen
committed
8649d76
View commit details
Copy full SHA for 8649d76
View code at this point
Browse repository at this point
Commits on Apr 1, 2024
fix: last tokens passing to sample_repetition_penalties function (#1295)
Show description for 62aad61
authored
62aad61
View commit details
Copy full SHA for 62aad61
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
45bf5ae
View commit details
Copy full SHA for 45bf5ae
View code at this point
Browse repository at this point
feat: add support for KV cache quantization options (#1307)
Show description for f165048
Limour-dev
and
abetlen
authored
f165048
View commit details
Copy full SHA for f165048
View code at this point
Browse repository at this point
Commits on Mar 31, 2024
feat: Add logprobs support to chat completions (#1311)
Show description for aa9f1ae
windspirit95
and
abetlen
authored
aa9f1ae
View commit details
Copy full SHA for aa9f1ae
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
feat: Update llama.cpp
abetlen
committed
125b235
View commit details
Copy full SHA for 125b235
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
feat: Update llama.cpp
abetlen
committed
901fe02
View commit details
Copy full SHA for 901fe02
View code at this point
Browse repository at this point
Commits on Mar 23, 2024
fix(server): minor type fixes
abetlen
committed
d11ccc3
View commit details
Copy full SHA for d11ccc3
View code at this point
Browse repository at this point
fix: tool_call missing first token.
abetlen
committed
c1325dc
View commit details
Copy full SHA for c1325dc
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
e325a83
View commit details
Copy full SHA for e325a83
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
docs: Add chat examples to openapi ui
abetlen
committed
f7decc9
View commit details
Copy full SHA for f7decc9
View code at this point
Browse repository at this point
feat: Add tools/functions variables to Jinja2ChatFormatter, add function response formatting for all simple chat formats (#1273)
Show description for 60d8498
abetlen
and
CISC
authored
60d8498
View commit details
Copy full SHA for 60d8498
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
Merge branch 'main' of https://github.com/abetlen/llama-cpp-python into main
abetlen
committed
7d4a5ec
View commit details
Copy full SHA for 7d4a5ec
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
bf64752
View commit details
Copy full SHA for bf64752
View code at this point
Browse repository at this point
fix: Fix and optimize functionary chat handler (#1282)
Show description for 8a60c7b
jeffrey-fong
and
abetlen
authored
8a60c7b
View commit details
Copy full SHA for 8a60c7b
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
8d298b4
View commit details
Copy full SHA for 8d298b4
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
feat: Update llama.cpp
abetlen
committed
6eb2523
View commit details
Copy full SHA for 6eb2523
View code at this point
Browse repository at this point
fix: json mode
abetlen
committed
20e6815
View commit details
Copy full SHA for 20e6815
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
fix: set default pooling type to unspecified
abetlen
committed
4084aab
View commit details
Copy full SHA for 4084aab
View code at this point
Browse repository at this point
fix: Set default pooling_type to mean, check for null pointer.
abetlen
committed
d318cc8
View commit details
Copy full SHA for d318cc8
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
feat: Update llama.cpp
abetlen
committed
dd0ee56
View commit details
Copy full SHA for dd0ee56
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
feat: Update llama.cpp
abetlen
committed
08e910f
View commit details
Copy full SHA for 08e910f
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
chore: Bump version
abetlen
committed
a728199
View commit details
Copy full SHA for a728199
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/abetlen/llama-cpp-python into main
abetlen
committed
919fca9
View commit details
Copy full SHA for 919fca9
View code at this point
Browse repository at this point
Fixed json strings grammar by blacklisting character control set. Closes #1259
abetlen
committed
d02a9cf
View commit details
Copy full SHA for d02a9cf
View code at this point
Browse repository at this point
feat: Add endpoints for tokenize, detokenize and count tokens (#1136)
Show description for c139f8b
felipelo
and
abetlen
authored
c139f8b
View commit details
Copy full SHA for c139f8b
View code at this point
Browse repository at this point
fix: Check for existence of clip model path (#1264)
kejcao
authored
1f3156d
View commit details
Copy full SHA for 1f3156d
View code at this point
Browse repository at this point
feat: Switch embed to llama_get_embeddings_seq (#1263)
Show description for 2811014
iamlemec
and
abetlen
authored
2811014
View commit details
Copy full SHA for 2811014
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
40c6b54
View commit details
Copy full SHA for 40c6b54
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
Update llama.cpp
abetlen
committed
93dc56a
View commit details
Copy full SHA for 93dc56a
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
feat: Update llama.cpp
abetlen
committed
87a6e57
View commit details
Copy full SHA for 87a6e57
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL