FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for llama_cpp/server - dkzdev/llama-cpp-python · GitHub
dkzdev
/
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
server
on
main
User selector
Datepicker
Commit history
Commits on Jun 8, 2023
Fix cache implementation breaking changes
abetlen
committed
0c42168
View commit details
Copy full SHA for 0c42168
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
Added mirostat support for completions, chat completions API
spirilis
committed
9b1c9e9
View commit details
Copy full SHA for 9b1c9e9
View code at this point
Browse repository at this point
Commits on May 27, 2023
Use async routes
abetlen
committed
80066f0
View commit details
Copy full SHA for 80066f0
View code at this point
Browse repository at this point
Import unnused import
abetlen
committed
c2b59a5
View commit details
Copy full SHA for c2b59a5
View code at this point
Browse repository at this point
Commits on May 19, 2023
feat: make embedding support list of string as input
Show description for e783f1c
chabotsi
committed
e783f1c
View commit details
Copy full SHA for e783f1c
View code at this point
Browse repository at this point
Bugfix: Stop sequences can be strings
abetlen
committed
a8cd169
View commit details
Copy full SHA for a8cd169
View code at this point
Browse repository at this point
Use server sent events function for streaming completion
abetlen
committed
dc39cc0
View commit details
Copy full SHA for dc39cc0
View code at this point
Browse repository at this point
Commits on May 16, 2023
Add model_alias option to override model_path in completions. Closes #39
abetlen
committed
a335292
View commit details
Copy full SHA for a335292
View code at this point
Browse repository at this point
Commits on May 14, 2023
Update llama.cpp
abetlen
committed
cdf5976
View commit details
Copy full SHA for cdf5976
View code at this point
Browse repository at this point
Commits on May 12, 2023
Only support generating one prompt at a time.
abetlen
committed
8740ddc
View commit details
Copy full SHA for 8740ddc
View code at this point
Browse repository at this point
Revert "llama_cpp server: prompt is a string". Closes #187
Show description for 8895b90
abetlen
committed
8895b90
View commit details
Copy full SHA for 8895b90
View code at this point
Browse repository at this point
Commits on May 9, 2023
llama_cpp server: document presence_penalty and frequency_penalty, mark as supported
Stonelinks
committed
02e8a01
View commit details
Copy full SHA for 02e8a01
View code at this point
Browse repository at this point
Commits on May 8, 2023
Fix: default repeat_penalty
abetlen
committed
82d138f
View commit details
Copy full SHA for 82d138f
View code at this point
Browse repository at this point
Bugfix: not falling back to environment variables when default is value is set.
abetlen
committed
29f094b
View commit details
Copy full SHA for 29f094b
View code at this point
Browse repository at this point
Show default value when --help is called
abetlen
committed
0d6c600
View commit details
Copy full SHA for 0d6c600
View code at this point
Browse repository at this point
Use environment variable if parsed cli arg is None
abetlen
committed
022e9eb
View commit details
Copy full SHA for 022e9eb
View code at this point
Browse repository at this point
Set repeat_penalty to 0 by default
abetlen
committed
0d751a6
View commit details
Copy full SHA for 0d751a6
View code at this point
Browse repository at this point
Add openai frequency and presence penalty parameters. Closes #169
abetlen
committed
65d9cc0
View commit details
Copy full SHA for 65d9cc0
View code at this point
Browse repository at this point
Bugfix for models endpoint
abetlen
committed
a0b61ea
View commit details
Copy full SHA for a0b61ea
View code at this point
Browse repository at this point
Commits on May 7, 2023
Added cache size to settins object.
abetlen
committed
14da46f
View commit details
Copy full SHA for 14da46f
View code at this point
Browse repository at this point
Add verbose flag to server
abetlen
committed
627811e
View commit details
Copy full SHA for 627811e
View code at this point
Browse repository at this point
Fix mlock_supported and mmap_supported return type
abetlen
committed
3fbda71
View commit details
Copy full SHA for 3fbda71
View code at this point
Browse repository at this point
Update cpu_count
abetlen
committed
5a3413e
View commit details
Copy full SHA for 5a3413e
View code at this point
Browse repository at this point
Update settings fields and defaults
abetlen
committed
1a00e45
View commit details
Copy full SHA for 1a00e45
View code at this point
Browse repository at this point
Revert "llama_cpp server: delete some ignored / unused parameters"
Show description for 8675397
abetlen
committed
8675397
View commit details
Copy full SHA for 8675397
View code at this point
Browse repository at this point
Revert "llama_cpp server: mark model as required"
Show description for c382d8f
abetlen
committed
c382d8f
View commit details
Copy full SHA for c382d8f
View code at this point
Browse repository at this point
Merge branch 'main' of github.com:abetlen/llama_cpp_python into better-server-params-and-fields
abetlen
committed
d8fddcc
View commit details
Copy full SHA for d8fddcc
View code at this point
Browse repository at this point
Commits on May 5, 2023
Add cli options to server. Closes #37
abetlen
committed
24fc387
View commit details
Copy full SHA for 24fc387
View code at this point
Browse repository at this point
Commits on May 2, 2023
llama_cpp server: prompt is a string
Show description for b9098b0
Stonelinks
committed
b9098b0
View commit details
Copy full SHA for b9098b0
View code at this point
Browse repository at this point
Merge branch 'main' into better-server-params-and-fields
abetlen
authored
7ab08b8
View commit details
Copy full SHA for 7ab08b8
View code at this point
Browse repository at this point
Refactor server to use factory
abetlen
committed
9eafc4c
View commit details
Copy full SHA for 9eafc4c
View code at this point
Browse repository at this point
Commits on May 1, 2023
llama_cpp server: fix to ChatCompletionRequestMessage
Show description for dbbfc4b
Stonelinks
committed
dbbfc4b
View commit details
Copy full SHA for dbbfc4b
View code at this point
Browse repository at this point
llama_cpp server: fields for the embedding endpoint
Stonelinks
committed
fa2a61e
View commit details
Copy full SHA for fa2a61e
View code at this point
Browse repository at this point
llama_cpp server: define fields for chat completions
Show description for 8dcbf65
Stonelinks
committed
8dcbf65
View commit details
Copy full SHA for 8dcbf65
View code at this point
Browse repository at this point
llama_cpp server: add some more information to fields for completions
Stonelinks
committed
978b6da
View commit details
Copy full SHA for 978b6da
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL