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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
intentee
/
llama-cpp-bindings
Public
forked from
utilityai/llama-cpp-rs
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
model-free gbnf validator
- #21
#21
Merged
mcharytoniuk
merged 11 commits into
main
intentee/llama-cpp-bindings:main
from
model-free-gbnf-validator
intentee/llama-cpp-bindings:model-free-gbnf-validator
Copy head branch name to clipboard
Jul 3, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
model-free gbnf validator
#21
mcharytoniuk
merged 11 commits into
main
intentee/llama-cpp-bindings:main
from
model-free-gbnf-validator
intentee/llama-cpp-bindings:model-free-gbnf-validator
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2026
model-free gbnf validator
mcharytoniuk
committed
19ea078
View commit details
Copy full SHA for 19ea078
Browse repository at this point
Fix cross-platform CI: drop unused wrapper includes, link ggml-metal on Apple, forward-slash ggml source path
mcharytoniuk
committed
2a92d77
View commit details
Copy full SHA for 2a92d77
Browse repository at this point
Use i64 for UnrecognizedStatusCode code so it fits MSVC signed enum aliases
mcharytoniuk
committed
7eb1ef9
View commit details
Copy full SHA for 7eb1ef9
Browse repository at this point
Dead-strip unreferenced code on MSVC so the gbnf-sys minimal build links
mcharytoniuk
committed
1656311
View commit details
Copy full SHA for 1656311
Browse repository at this point
Reuse the shared libllama for the gbnf grammar wrapper so it links on all platforms
mcharytoniuk
committed
64a1dd8
View commit details
Copy full SHA for 64a1dd8
Browse repository at this point
Link the shared-build ggml statically so dynamic-link configurations resolve
mcharytoniuk
committed
d229881
View commit details
Copy full SHA for d229881
Browse repository at this point
Surface grammar-engine allocation failures as typed errors instead of terminating
mcharytoniuk
committed
99a81db
View commit details
Copy full SHA for 99a81db
Browse repository at this point
Close the unbalanced parenthesis in the Rust parameter-names rule
mcharytoniuk
committed
e27ed7b
View commit details
Copy full SHA for e27ed7b
Browse repository at this point
Map a zero decode/encode return code to a dedicated error instead of unrecognized-status
mcharytoniuk
committed
fd32484
View commit details
Copy full SHA for fd32484
Browse repository at this point
Update decode/encode zero-return-code tests for the dedicated error variant
mcharytoniuk
committed
be9fb9b
View commit details
Copy full SHA for be9fb9b
Browse repository at this point
Right-size multimodal eval_chunks context to 2048 so the 35B tests fit alongside GPU desktop overhead
mcharytoniuk
committed
4882150
View commit details
Copy full SHA for 4882150
Browse repository at this point
You can’t perform that action at this time.