FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - fmujie/llama-cpp-python · GitHub
fmujie
/
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 Jan 16, 2024
fix(cli): allow passing n_ctx=0 to openAI API server args to use model n_ctx_train field per #1015 (#1093)
K-Mistele
authored
9c36688
View commit details
Copy full SHA for 9c36688
View code at this point
Browse repository at this point
Support Accept text/event-stream in chat and completion endpoints, resolves #1083 (#1088)
Show description for cfb7da9
authored
cfb7da9
View commit details
Copy full SHA for cfb7da9
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
Bump version
abetlen
committed
4b11fa8
View commit details
Copy full SHA for 4b11fa8
View code at this point
Browse repository at this point
Add split_mode option. Closes #1085
abetlen
committed
84615ad
View commit details
Copy full SHA for 84615ad
View code at this point
Browse repository at this point
Implement GGUF metadata KV overrides (#1011)
Show description for 76aafa6
phiharri
and
abetlen
authored
76aafa6
View commit details
Copy full SHA for 76aafa6
View code at this point
Browse repository at this point
Avoid "LookupError: unknown encoding: ascii" when open() called in a destructor (#1012)
Show description for 7eff42c
yieldthought
authored
7eff42c
View commit details
Copy full SHA for 7eff42c
View code at this point
Browse repository at this point
Fix Pydantic model parsing (#1087)
DeNeutoy
authored
c689ccc
View commit details
Copy full SHA for c689ccc
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
5502ac8
View commit details
Copy full SHA for 5502ac8
View code at this point
Browse repository at this point
Commits on Jan 14, 2024
Update llama.cpp
abetlen
committed
359ae73
View commit details
Copy full SHA for 359ae73
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
7c898d5
View commit details
Copy full SHA for 7c898d5
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Update llama.cpp
abetlen
committed
bb610b9
View commit details
Copy full SHA for bb610b9
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
Bump version
abetlen
committed
f015966
View commit details
Copy full SHA for f015966
View code at this point
Browse repository at this point
Add ability to pass in penalize_nl param (#1068)
shankinson
authored
df3be58
View commit details
Copy full SHA for df3be58
View code at this point
Browse repository at this point
print_grammar to stderr (#1052)
turian
authored
2ddce72
View commit details
Copy full SHA for 2ddce72
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
Update llama.cpp
abetlen
committed
1ae05c1
View commit details
Copy full SHA for 1ae05c1
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
Bump version
abetlen
committed
75d0527
View commit details
Copy full SHA for 75d0527
View code at this point
Browse repository at this point
Add Saiga chat format. (#1050)
femoiseev
authored
907b9e9
View commit details
Copy full SHA for 907b9e9
View code at this point
Browse repository at this point
Added ChatGLM chat format (#1059)
Show description for cf743ec
xaviviro
and
Xavier Vinaixa Rosello
authored
cf743ec
View commit details
Copy full SHA for cf743ec
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
eb9c7d4
View commit details
Copy full SHA for eb9c7d4
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Bump version
abetlen
committed
011c363
View commit details
Copy full SHA for 011c363
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Add HIP_PATH to dll search directories for windows users.
abetlen
committed
92284f3
View commit details
Copy full SHA for 92284f3
View code at this point
Browse repository at this point
set llama_max_devices using library function
abetlen
committed
2b0d3f3
View commit details
Copy full SHA for 2b0d3f3
View code at this point
Browse repository at this point
Fix typo
abetlen
committed
d9a1d90
View commit details
Copy full SHA for d9a1d90
View code at this point
Browse repository at this point
Bump version
abetlen
committed
37556bf
View commit details
Copy full SHA for 37556bf
View code at this point
Browse repository at this point
fix: inccorect bindings for kv override. Based on #1011
abetlen
committed
6d8bc09
View commit details
Copy full SHA for 6d8bc09
View code at this point
Browse repository at this point
docs: add server config docs
abetlen
committed
522aecb
View commit details
Copy full SHA for 522aecb
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
6473796
View commit details
Copy full SHA for 6473796
View code at this point
Browse repository at this point
server: Support none defaulting to infinity for completions (#111)
Show description for 4b01a87
swg
and
abetlen
authored
4b01a87
View commit details
Copy full SHA for 4b01a87
View code at this point
Browse repository at this point
[Feat] Multi model support (#931)
Show description for 12b7f2f
D4ve-R
and
abetlen
authored
12b7f2f
View commit details
Copy full SHA for 12b7f2f
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
4a85442
View commit details
Copy full SHA for 4a85442
View code at this point
Browse repository at this point
fix text_offset of multi-token characters (#1037)
Show description for 2f03fb0
twaka
authored
2f03fb0
View commit details
Copy full SHA for 2f03fb0
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
Implement openai api compatible authentication (#1010)
docmeth02
authored
33cc623
View commit details
Copy full SHA for 33cc623
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
fix: float32 is not JSON serializable when streaming logits.
abetlen
committed
a05b4da
View commit details
Copy full SHA for a05b4da
View code at this point
Browse repository at this point
Fix type annotations
abetlen
committed
7df6c32
View commit details
Copy full SHA for 7df6c32
View code at this point
Browse repository at this point
Fix type annotation
abetlen
committed
b703aad
View commit details
Copy full SHA for b703aad
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL