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 }}
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
examples
on
main
User selector
All users
All time
Commit history
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 19, 2023
Add Guidance example
abetlen
committed
c7788c8
View commit details
Copy full SHA for c7788c8
View code at this point
Browse repository at this point
Commits on May 8, 2023
Merge pull request #126 from Stonelinks/deprecate-example-server
Show description for 7499fc1
abetlen
authored
7499fc1
View commit details
Copy full SHA for 7499fc1
View code at this point
Browse repository at this point
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 May 2, 2023
examples fastapi_server: deprecate
Show description for 0fcc25c
Stonelinks
committed
0fcc25c
View commit details
Copy full SHA for 0fcc25c
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 8, 2023
Add clients example. Closes #46
abetlen
committed
6d1bda4
View commit details
Copy full SHA for 6d1bda4
View code at this point
Browse repository at this point
Merge pull request #15 from SagsMug/main
Show description for 41365b0
abetlen
authored
41365b0
View commit details
Copy full SHA for 41365b0
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
Set n_batch to default values and reduce thread count:
Show description for c283edd
MillionthOdin16
committed
c283edd
View commit details
Copy full SHA for c283edd
View code at this point
Browse repository at this point
Update fastapi server example
abetlen
committed
e1b5b9b
View commit details
Copy full SHA for e1b5b9b
View code at this point
Browse repository at this point
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
Merge branch 'main' of https://github.com/abetlen/llama-cpp-python
Mug
committed
e4c6f34
View commit details
Copy full SHA for e4c6f34
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.