FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - mpreziuso/llama-cpp-python · GitHub
mpreziuso
/
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, 2023
expose RoPE param to server start
shutup
committed
5ed8bf1
View commit details
Copy full SHA for 5ed8bf1
View code at this point
Browse repository at this point
Commits on Jul 15, 2023
Re-order Llama class params
abetlen
committed
8ab098e
View commit details
Copy full SHA for 8ab098e
View code at this point
Browse repository at this point
Fix context_params struct layout
abetlen
committed
e4f9db3
View commit details
Copy full SHA for e4f9db3
View code at this point
Browse repository at this point
Merge branch main into custom_rope
abetlen
committed
f0797a6
View commit details
Copy full SHA for f0797a6
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Add bindings for custom_rope
randoentity
committed
3f8f276
View commit details
Copy full SHA for 3f8f276
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
bugfix: truncate completion max_tokens to fit context length by default
abetlen
committed
a86bfdf
View commit details
Copy full SHA for a86bfdf
View code at this point
Browse repository at this point
bugfix: pydantic settings missing / changed fields
abetlen
committed
6f70cc4
View commit details
Copy full SHA for 6f70cc4
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
Merge branch 'main' into add_unlimited_max_tokens
abetlen
authored
5d756de
View commit details
Copy full SHA for 5d756de
View code at this point
Browse repository at this point
Merge pull request #453 from wu-qing-157/main
Show description for b8e0bed
abetlen
authored
b8e0bed
View commit details
Copy full SHA for b8e0bed
View code at this point
Browse repository at this point
bugfix: fix compatibility bug with openai api on last token
abetlen
committed
d6e6aad
View commit details
Copy full SHA for d6e6aad
View code at this point
Browse repository at this point
Format
abetlen
committed
4f2b5d0
View commit details
Copy full SHA for 4f2b5d0
View code at this point
Browse repository at this point
perf: convert pointer to byref
abetlen
committed
34c505e
View commit details
Copy full SHA for 34c505e
View code at this point
Browse repository at this point
Upgrade fastapi to 0.100.0 and pydantic v2
abetlen
committed
52753b7
View commit details
Copy full SHA for 52753b7
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
perf: avoid allocating new buffers during sampling
abetlen
committed
11eae75
View commit details
Copy full SHA for 11eae75
View code at this point
Browse repository at this point
perf: assign to candidates data structure instead
abetlen
committed
a14d8a9
View commit details
Copy full SHA for a14d8a9
View code at this point
Browse repository at this point
fix indexing token_logprobs after sorting
wu-qing-157
committed
9e61661
View commit details
Copy full SHA for 9e61661
View code at this point
Browse repository at this point
Add setting to control request interruption
abetlen
committed
57d8ec3
View commit details
Copy full SHA for 57d8ec3
View code at this point
Browse repository at this point
Add interruptible streaming requests for llama-cpp-python server. Closes #183
abetlen
committed
4c7cdcc
View commit details
Copy full SHA for 4c7cdcc
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
Update llama.cpp
abetlen
committed
98ae4e5
View commit details
Copy full SHA for 98ae4e5
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
Update llama.cpp
abetlen
committed
b994296
View commit details
Copy full SHA for b994296
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
Update llama.cpp
abetlen
committed
c67f786
View commit details
Copy full SHA for c67f786
View code at this point
Browse repository at this point
Hotfix: logits_all bug
abetlen
committed
e34f441
View commit details
Copy full SHA for e34f441
View code at this point
Browse repository at this point
Load logits directly into scores buffer
abetlen
committed
a2ede37
View commit details
Copy full SHA for a2ede37
View code at this point
Browse repository at this point
Use pre-allocated buffers to store input_ids and scores
abetlen
committed
b95b0ff
View commit details
Copy full SHA for b95b0ff
View code at this point
Browse repository at this point
Free model when llama is unloaded. Closes #434
abetlen
committed
a5e059c
View commit details
Copy full SHA for a5e059c
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
abetlen
committed
3379dc4
View commit details
Copy full SHA for 3379dc4
View code at this point
Browse repository at this point
Update llama.cpp
abetlen
committed
9522284
View commit details
Copy full SHA for 9522284
View code at this point
Browse repository at this point
Update type signature
abetlen
committed
b4a3db3
View commit details
Copy full SHA for b4a3db3
View code at this point
Browse repository at this point
Merge branch 'main' into fix-state-pickle
abetlen
authored
5eb4ebb
View commit details
Copy full SHA for 5eb4ebb
View code at this point
Browse repository at this point
Commits on Jun 24, 2023
Only concatenate after all batches are done
samfundev
committed
d788fb4
View commit details
Copy full SHA for d788fb4
View code at this point
Browse repository at this point
Commits on Jun 23, 2023
Merge branch 'main' into fix-state-pickle
abetlen
authored
877ca6d
View commit details
Copy full SHA for 877ca6d
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
server: pass seed param from command line to llama
lexin4ever
authored
282698b
View commit details
Copy full SHA for 282698b
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Update llama.cpp
abetlen
committed
e377987
View commit details
Copy full SHA for e377987
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
Update docs. Closes #386
abetlen
committed
d410f12
View commit details
Copy full SHA for d410f12
View code at this point
Browse repository at this point
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
abetlen
committed
9f528f4
View commit details
Copy full SHA for 9f528f4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL