FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp/server - SquareandCompass/llama-cpp-python · GitHub
SquareandCompass
/
llama-cpp-python
Public
forked from
abetlen/llama-cpp-python
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
1
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
server
on
main
User selector
Datepicker
Commit history
Commits on Sep 15, 2023
Remove confusing helpstring from server cli args. Closes #719
abetlen
committed
b047b30
View commit details
Copy full SHA for b047b30
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
Fix boolean env vars and cli arguments
abetlen
committed
0449d29
View commit details
Copy full SHA for 0449d29
View code at this point
Browse repository at this point
Update app.py (#705)
earonesty
authored
58a6e42
View commit details
Copy full SHA for 58a6e42
View code at this point
Browse repository at this point
Add numa support, low level api users must now explicitly call llama_backend_init at the start of their programs.
abetlen
committed
f4090a0
View commit details
Copy full SHA for f4090a0
View code at this point
Browse repository at this point
Fix boolean cli flags
abetlen
committed
c999325
View commit details
Copy full SHA for c999325
View code at this point
Browse repository at this point
Format
abetlen
committed
4daf77e
View commit details
Copy full SHA for 4daf77e
View code at this point
Browse repository at this point
Update server params. Added lora_base, lora_path, low_vram, and main_gpu. Removed rms_norm_eps and n_gqa (deprecated in llama.cpp)
abetlen
committed
2920c4b
View commit details
Copy full SHA for 2920c4b
View code at this point
Browse repository at this point
Fix tensor_split cli option
abetlen
committed
c4c440b
View commit details
Copy full SHA for c4c440b
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
Fix issue with Literal and Optional cli arguments not working. Closes #702
abetlen
committed
759405c
View commit details
Copy full SHA for 759405c
View code at this point
Browse repository at this point
Add X-Request-ID request header for mirroring custom IDs. (#703)
devrimcavusoglu
authored
da9df78
View commit details
Copy full SHA for da9df78
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
Merge branch 'main' into v0.2-wip
abetlen
committed
1910793
View commit details
Copy full SHA for 1910793
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
Add copilot-codex completions endpoint for drop-in copilot usage
abetlen
committed
5de8009
View commit details
Copy full SHA for 5de8009
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
Merge branch 'main' into v0.2-wip
abetlen
committed
cf405f6
View commit details
Copy full SHA for cf405f6
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
Add mul_mat_q option
abetlen
committed
d015bdb
View commit details
Copy full SHA for d015bdb
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
Merge branch 'main' into v0.2-wip
abetlen
committed
3434803
View commit details
Copy full SHA for 3434803
View code at this point
Browse repository at this point
Add temporary rms_norm_eps parameter
abetlen
committed
11dd2bf
View commit details
Copy full SHA for 11dd2bf
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Merge branch 'main' into v0.2-wip
abetlen
committed
0538ba1
View commit details
Copy full SHA for 0538ba1
View code at this point
Browse repository at this point
Fix compatibility with older python versions
abetlen
committed
28a1117
View commit details
Copy full SHA for 28a1117
View code at this point
Browse repository at this point
Merge pull request #481 from c0sogi/main
Show description for 365d9a4
abetlen
authored
365d9a4
View commit details
Copy full SHA for 365d9a4
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
Format
abetlen
committed
0b121a7
View commit details
Copy full SHA for 0b121a7
View code at this point
Browse repository at this point
Add functions parameters
abetlen
committed
b43917c
View commit details
Copy full SHA for b43917c
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
Use numpy arrays for logits_processors and stopping_criteria. Closes #491
abetlen
committed
19ba9d3
View commit details
Copy full SHA for 19ba9d3
View code at this point
Browse repository at this point
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 16, 2023
Added `RouteErrorHandler` for server
c0sogi
committed
1551ba1
View commit details
Copy full SHA for 1551ba1
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
fix: tensor_split should be optional list
abetlen
committed
118b7f6
View commit details
Copy full SHA for 118b7f6
View code at this point
Browse repository at this point
Resolve merge conflicts
Shouyi Wang
committed
579f526
View commit details
Copy full SHA for 579f526
View code at this point
Browse repository at this point
bugfix: pydantic v2 fields
abetlen
committed
de4cc5a
View commit details
Copy full SHA for de4cc5a
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
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
Add tensor split
Shouyi Wang
committed
9f21f54
View commit details
Copy full SHA for 9f21f54
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
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
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 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 15, 2023
Add low_vram to server settings
abetlen
committed
1e20be6
View commit details
Copy full SHA for 1e20be6
View code at this point
Browse repository at this point
Format server options
abetlen
committed
f7c5cfa
View commit details
Copy full SHA for f7c5cfa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL