Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aniljava
/
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
All users
All time
Commit history
Commits on Jan 15, 2024
Merge branch 'abetlen:main' into main
aniljava
authored
3d0a079
View commit details
Copy full SHA for 3d0a079
View code at this point
Browse repository at this point
Support Accept text/event-stream in chat and completion endpoints, resolves #1083
Anil Pathak
committed
e200577
View commit details
Copy full SHA for e200577
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
Commits on Dec 22, 2023
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
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
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
Add offload_kqv option to llama and server
abetlen
committed
095c650
View commit details
Copy full SHA for 095c650
View code at this point
Browse repository at this point
Bugfix: Remove f16_kv, add offload_kqv field (#1019)
Show description for 62944df
brandonrobertz
authored
62944df
View commit details
Copy full SHA for 62944df
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
Add support for running the server with SSL (#994)
rgerganov
authored
8e44a32
View commit details
Copy full SHA for 8e44a32
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
docs: Update openapi endpoint names
abetlen
committed
1a7bf20
View commit details
Copy full SHA for 1a7bf20
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
Fix #569
abetlen
committed
128dc47
View commit details
Copy full SHA for 128dc47
View code at this point
Browse repository at this point
Format
abetlen
committed
7a3f878
View commit details
Copy full SHA for 7a3f878
View code at this point
Browse repository at this point
Add support for logit_bias outside of server api. Closes #827
abetlen
committed
07e47f5
View commit details
Copy full SHA for 07e47f5
View code at this point
Browse repository at this point
Added support for min_p (#921)
Show description for b8438f7
tk-master
authored
b8438f7
View commit details
Copy full SHA for b8438f7
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
Fix: default max_tokens matches openai api (16 for completion, max length for chat completion)
abetlen
committed
e7962d2
View commit details
Copy full SHA for e7962d2
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
Fix destructor NoneType is not callable error
abetlen
committed
ca4cb88
View commit details
Copy full SHA for ca4cb88
View code at this point
Browse repository at this point
Add JSON mode support. Closes #881
abetlen
committed
b30b9c3
View commit details
Copy full SHA for b30b9c3
View code at this point
Browse repository at this point
Add seed parameter support for completion and chat_completion requests. Closes #884
abetlen
committed
86aeb9f
View commit details
Copy full SHA for 86aeb9f
View code at this point
Browse repository at this point
Multimodal Support (Llava 1.5) (#821)
Show description for aab74f0
damian0815
and
abetlen
authored
aab74f0
View commit details
Copy full SHA for aab74f0
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Update llama.cpp
abetlen
committed
df9362e
View commit details
Copy full SHA for df9362e
View code at this point
Browse repository at this point
Add functionary support (#784)
Show description for 3af7b21
abetlen
authored
3af7b21
View commit details
Copy full SHA for 3af7b21
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Update llama.cpp
Show description for fa83cc5
abetlen
committed
fa83cc5
View commit details
Copy full SHA for fa83cc5
View code at this point
Browse repository at this point
fix: tokenization of special characters: (#850)
Show description for 4d4e0f1
antoine-lizee
authored and
abetlen
committed
4d4e0f1
View commit details
Copy full SHA for 4d4e0f1
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Iterate over tokens that should be biased rather than the entire vocabulary. (#851)
zolastro
authored
3fc9147
View commit details
Copy full SHA for 3fc9147
View code at this point
Browse repository at this point
Pass-Through grammar parameter in web server. (#855) Closes #778
dthuerck
authored
5f8f369
View commit details
Copy full SHA for 5f8f369
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
update value check for n_gpu_layers field (#826)
hxy9243
authored
a315128
View commit details
Copy full SHA for a315128
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Print traceback on server error
abetlen
committed
d6a130a
View commit details
Copy full SHA for d6a130a
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
Log server exceptions to stdout
abetlen
committed
5ef5280
View commit details
Copy full SHA for 5ef5280
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
Update server params
abetlen
committed
d9bce17
View commit details
Copy full SHA for d9bce17
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Adds openai-processing-ms response header (#748)
Viacheslav/Slava Tradunsky
authored
3d5e5b1
View commit details
Copy full SHA for 3d5e5b1
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.