FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp - allisoneer/llama-cpp-python · GitHub
allisoneer
/
llama-cpp-python
Public
forked from
abetlen/llama-cpp-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 9, 2024
fix(minor): Minor ruff fixes
abetlen
committed
08f2bb3
View commit details
Copy full SHA for 08f2bb3
View code at this point
Browse repository at this point
fix(misc): Format
abetlen
committed
c1ae815
View commit details
Copy full SHA for c1ae815
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
aaf4cbe
View commit details
Copy full SHA for aaf4cbe
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
218d361
View commit details
Copy full SHA for 218d361
View code at this point
Browse repository at this point
Commits on Jul 6, 2024
fix: update token_to_piece
abetlen
committed
157d913
View commit details
Copy full SHA for 157d913
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
62804ee
View commit details
Copy full SHA for 62804ee
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
feat: Update llama.cpp
abetlen
committed
7e20e34
View commit details
Copy full SHA for 7e20e34
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
chore: Bump version
abetlen
committed
01bddd6
View commit details
Copy full SHA for 01bddd6
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
8992a1a
View commit details
Copy full SHA for 8992a1a
View code at this point
Browse repository at this point
fix(misc): Fix type errors
abetlen
committed
387d01d
View commit details
Copy full SHA for 387d01d
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
b4cc923
View commit details
Copy full SHA for b4cc923
View code at this point
Browse repository at this point
fix(server): Fix bug in FastAPI streaming response where dependency was released before request completes causing SEGFAULT
abetlen
committed
296304b
View commit details
Copy full SHA for 296304b
View code at this point
Browse repository at this point
fix: Copy dependencies for windows
Show description for dc20e8c
abetlen
committed
dc20e8c
View commit details
Copy full SHA for dc20e8c
View code at this point
Browse repository at this point
misc: Install shared libraries to lib subdirectory
abetlen
committed
c546c94
View commit details
Copy full SHA for c546c94
View code at this point
Browse repository at this point
fix(server): Update `embeddings=False` by default. Embeddings should be enabled by default for embedding models.
abetlen
committed
bf5e0bb
View commit details
Copy full SHA for bf5e0bb
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
117cbb2
View commit details
Copy full SHA for 117cbb2
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
feat: Update llama_cpp.py bindings
abetlen
committed
04959f1
View commit details
Copy full SHA for 04959f1
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
chore: Bump version
abetlen
committed
6c33190
View commit details
Copy full SHA for 6c33190
View code at this point
Browse repository at this point
fix: Make destructor to automatically call .close() method on Llama class.
abetlen
committed
4c1d74c
View commit details
Copy full SHA for 4c1d74c
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
feat: Update llama.cpp
abetlen
committed
f4491c4
View commit details
Copy full SHA for f4491c4
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
feat: Add `.close()` method to `Llama` class to explicitly free model from memory (#1513)
Show description for 320a5d7
jkawamoto
and
abetlen
authored
320a5d7
View commit details
Copy full SHA for 320a5d7
View code at this point
Browse repository at this point
feat: Support SPM infill (#1492)
Show description for dbcf64c
CISC
and
abetlen
authored
dbcf64c
View commit details
Copy full SHA for dbcf64c
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
chore: Bump version
abetlen
committed
86a38ad
View commit details
Copy full SHA for 86a38ad
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
feat: Update llama.cpp
abetlen
committed
255e1b4
View commit details
Copy full SHA for 255e1b4
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
feat: adding `rpc_servers` parameter to `Llama` class (#1477)
Show description for d634efc
chraac
and
abetlen
authored
d634efc
View commit details
Copy full SHA for d634efc
View code at this point
Browse repository at this point
fix: fix logprobs when BOS is not present (#1471)
Show description for 6e0642c
a-ghorbani
authored
6e0642c
View commit details
Copy full SHA for 6e0642c
View code at this point
Browse repository at this point
fix: Avoid duplicate special tokens in chat formats (#1439)
Show description for 027f7bc
CISC
and
abetlen
authored
027f7bc
View commit details
Copy full SHA for 027f7bc
View code at this point
Browse repository at this point
chore: Bump version
abetlen
committed
c3ef41b
View commit details
Copy full SHA for c3ef41b
View code at this point
Browse repository at this point
feat: Update llama.cpp
abetlen
committed
cd3f1bb
View commit details
Copy full SHA for cd3f1bb
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
misc: Improve llava error messages
abetlen
committed
6b018e0
View commit details
Copy full SHA for 6b018e0
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
Merge branch 'main' of https://github.com/abetlen/llama-cpp-python into main
abetlen
committed
a6457ba
View commit details
Copy full SHA for a6457ba
View code at this point
Browse repository at this point
fix: Use numpy recarray for candidates data, fixes bug with temp < 0
abetlen
committed
af3ed50
View commit details
Copy full SHA for af3ed50
View code at this point
Browse repository at this point
Commits on May 29, 2024
fix: Fix typo in Llama3VisionAlphaChatHandler. Closes #1488
abetlen
committed
165b4dc
View commit details
Copy full SHA for 165b4dc
View code at this point
Browse repository at this point
fix: adjust kv_override member names to match llama.cpp
abetlen
committed
91d05ab
View commit details
Copy full SHA for 91d05ab
View code at this point
Browse repository at this point
fix: fix string value kv_overrides. Closes #1487
abetlen
committed
df45a4b
View commit details
Copy full SHA for df45a4b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL