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
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 }}
ngxson
/
llama.cpp
Public
forked from
ggml-org/llama.cpp
Notifications
You must be signed in to change notification settings
Fork
5
Star
18
Code
Pull requests
65
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Mirror https://github.com/ggml-org/llama.cpp/pull/22121
- #103
#103
Open
ngxson
wants to merge 10 commits into
ngxson:master
ngxson/llama.cpp:master
from
julmb:bounds
julmb/llama.cpp:bounds
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Mirror https://github.com/ggml-org/llama.cpp/pull/22121
#103
ngxson
wants to merge 10 commits into
ngxson:master
ngxson/llama.cpp:master
from
julmb:bounds
julmb/llama.cpp:bounds
Copy head branch name to clipboard
Commits
Commits on May 26, 2026
use /// instead of // for llama_token_to_piece docstring
julmb
committed
74fbcb2
View commit details
Copy full SHA for 74fbcb2
Browse repository at this point
clarify llama_token_to_piece docstring in analogy to llama_detokenize
julmb
committed
72d9180
View commit details
Copy full SHA for 72d9180
Browse repository at this point
perform bounds checking on token in token_to_piece
julmb
committed
b6387d2
View commit details
Copy full SHA for b6387d2
Browse repository at this point
remove always-true conditional
julmb
committed
492a14f
View commit details
Copy full SHA for 492a14f
Browse repository at this point
handle INT32_MIN result of llama_token_to_piece in downstream uses
julmb
committed
3828da4
View commit details
Copy full SHA for 3828da4
Browse repository at this point
add limits includes in files that did not use it before
julmb
committed
af7af8a
View commit details
Copy full SHA for af7af8a
Browse repository at this point
add invalid token guard to token_to_piece_for_cache
julmb
committed
6b190ab
View commit details
Copy full SHA for 6b190ab
Browse repository at this point
propagate token_to_piece failure
julmb
committed
0e9b56d
View commit details
Copy full SHA for 0e9b56d
Browse repository at this point
consistent punctuation
julmb
committed
36fe0b0
View commit details
Copy full SHA for 36fe0b0
Browse repository at this point
exit on llama_token_to_piece error
julmb
committed
2b00549
View commit details
Copy full SHA for 2b00549
Browse repository at this point
You can’t perform that action at this time.