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 }}
adameng
/
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
examples
low_level_api
on
main
User selector
All users
All time
Commit history
Commits on Apr 3, 2026
fix(misc): replace deprecated llama.cpp references (#2170)
Show description for 08e088c
abetlen
authored
08e088c
View commit details
Copy full SHA for 08e088c
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
fix(misc): Format
abetlen
committed
c1ae815
View commit details
Copy full SHA for c1ae815
View code at this point
Browse repository at this point
Commits on Apr 28, 2024
examples: fix quantize example (#1387)
Show description for e6bbfb8
iyubondyrev
authored
e6bbfb8
View commit details
Copy full SHA for e6bbfb8
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
Fix low_level_api_chat_cpp example to match current API (#1086)
Show description for 1eaace8
aniljava
and
Anil Pathak
authored
1eaace8
View commit details
Copy full SHA for 1eaace8
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Update low_level_api_llama_cpp.py to match current API (#1023)
jsoma
authored
cfd698c
View commit details
Copy full SHA for cfd698c
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
bug fixing (#925)
zocainViken
authored
6dde6bd
View commit details
Copy full SHA for 6dde6bd
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
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
Commits on Sep 7, 2023
Fix low level api examples
Juarez Bochi
committed
20ac434
View commit details
Copy full SHA for 20ac434
View code at this point
Browse repository at this point
Commits on May 26, 2023
Merge pull request #265 from dmahurin/fix-from-bytes-byteorder
Show description for 2adf6f3
abetlen
authored
2adf6f3
View commit details
Copy full SHA for 2adf6f3
View code at this point
Browse repository at this point
Merge pull request #274 from dmahurin/fix-missing-antiprompt
Show description for 34ad71f
abetlen
authored
34ad71f
View commit details
Copy full SHA for 34ad71f
View code at this point
Browse repository at this point
low_level_api_chat_cpp.py: Fix missing antiprompt output in chat.
Don Mahurin
committed
0fa2ec4
View commit details
Copy full SHA for 0fa2ec4
View code at this point
Browse repository at this point
Commits on May 23, 2023
fix "missing 1 required positional argument: 'min_keep'"
Don Mahurin
committed
d6a7adb
View commit details
Copy full SHA for d6a7adb
View code at this point
Browse repository at this point
fix "from_bytes() missing required argument 'byteorder'"
Don Mahurin
committed
327eedb
View commit details
Copy full SHA for 327eedb
View code at this point
Browse repository at this point
Commits on May 8, 2023
Fix lora
SagsMug
committed
eaf9f19
View commit details
Copy full SHA for eaf9f19
View code at this point
Browse repository at this point
Fix session loading and saving in low level example chat
SagsMug
committed
2c0d9b1
View commit details
Copy full SHA for 2c0d9b1
View code at this point
Browse repository at this point
Commits on May 6, 2023
Fix a bug with wrong type
SagsMug
committed
fd80ddf
View commit details
Copy full SHA for fd80ddf
View code at this point
Browse repository at this point
Add utf8 to chat example
SagsMug
committed
996f63e
View commit details
Copy full SHA for 996f63e
View code at this point
Browse repository at this point
Fix mirastat requiring c_float
SagsMug
committed
3ceb47b
View commit details
Copy full SHA for 3ceb47b
View code at this point
Browse repository at this point
Wrong logit_bias parsed type
SagsMug
committed
9797394
View commit details
Copy full SHA for 9797394
View code at this point
Browse repository at this point
Rename postfix to suffix to match upstream
SagsMug
committed
1895c11
View commit details
Copy full SHA for 1895c11
View code at this point
Browse repository at this point
Commits on May 4, 2023
Update low level examples
SagsMug
committed
0e9f227
View commit details
Copy full SHA for 0e9f227
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
Detect multi-byte responses and wait
Mug
committed
c39547a
View commit details
Copy full SHA for c39547a
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
Also ignore errors on input prompts
Mug
committed
5f81400
View commit details
Copy full SHA for 5f81400
View code at this point
Browse repository at this point
Remove try catch from chat
Mug
committed
3c130f0
View commit details
Copy full SHA for 3c130f0
View code at this point
Browse repository at this point
Fix decode errors permanently
Mug
committed
c4a8491
View commit details
Copy full SHA for c4a8491
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
Fixed end of text wrong type, and fix n_predict behaviour
Mug
committed
53d17ad
View commit details
Copy full SHA for 53d17ad
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
More reasonable defaults
Mug
committed
3bb45f1
View commit details
Copy full SHA for 3bb45f1
View code at this point
Browse repository at this point
Added iterative search to prevent instructions from being echoed, add ignore eos, add no-mmap, fixed 1 character echo too much bug
Mug
committed
0cccb41
View commit details
Copy full SHA for 0cccb41
View code at this point
Browse repository at this point
Update model paths to be more clear they should point to file
abetlen
committed
196650c
View commit details
Copy full SHA for 196650c
View code at this point
Browse repository at this point
Commits on Apr 7, 2023
More interoperability to the original llama.cpp, and arguments now work
Mug
committed
16fc5b5
View commit details
Copy full SHA for 16fc5b5
View code at this point
Browse repository at this point
Commits on Apr 6, 2023
Fixed too many newlines, now onto args.
Show description for 10c7571
Mug
committed
10c7571
View commit details
Copy full SHA for 10c7571
View code at this point
Browse repository at this point
Better llama.cpp interoperability
Show description for 085cc92
Mug
committed
085cc92
View commit details
Copy full SHA for 085cc92
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Fix bug in init_break not being set when exited via antiprompt and others.
Mug
committed
283e59c
View commit details
Copy full SHA for 283e59c
View code at this point
Browse repository at this point
Move to new examples directory
Mug
committed
99ceecf
View commit details
Copy full SHA for 99ceecf
View code at this point
Browse repository at this point
Add quantize example
abetlen
committed
b1babcf
View commit details
Copy full SHA for b1babcf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.