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
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 }}
0xShug0
/
audio.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
308
Star
2.7k
Code
Issues
12
Pull requests
9
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(audio8_tts): Falcon-H1 0.1B (Mamba2 + attention) support and codec/AR performance
- #444
#444
Open
gqf2008
wants to merge 17 commits into
0xShug0:main
0xShug0/audio.cpp:main
from
gqf2008:feat/audio8-tts-falcon-h1-01b
gqf2008/audio.cpp:feat/audio8-tts-falcon-h1-01b
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
feat(audio8_tts): Falcon-H1 0.1B (Mamba2 + attention) support and codec/AR performance
#444
gqf2008
wants to merge 17 commits into
0xShug0:main
0xShug0/audio.cpp:main
from
gqf2008:feat/audio8-tts-falcon-h1-01b
gqf2008/audio.cpp:feat/audio8-tts-falcon-h1-01b
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
feat(audio8_tts): Falcon-H1 0.1B (Mamba2 + attention) stateful forward port
Show description for 993a9a2
gqf2008
committed
993a9a2
View commit details
Copy full SHA for 993a9a2
Browse repository at this point
fix: Falcon-H1 state corruption and numerical stability
Show description for 3c95e68
gqf2008
committed
3c95e68
View commit details
Copy full SHA for 3c95e68
Browse repository at this point
docs: record Falcon-H1 0.1B port status and open issues
Show description for 4455a7b
gqf2008
committed
4455a7b
View commit details
Copy full SHA for 4455a7b
Browse repository at this point
docs(audio8_tts): mark Falcon-H1 open issues resolved with root causes
gqf2008
committed
f5e71b0
View commit details
Copy full SHA for f5e71b0
Browse repository at this point
perf(audio8_tts): run fast AR graph on a dedicated CPU backend
Show description for 0ca4a58
gqf2008
committed
0ca4a58
View commit details
Copy full SHA for 0ca4a58
Browse repository at this point
feat(audio8_tts): time codec decode graph build vs compute
Show description for 9498828
gqf2008
committed
9498828
View commit details
Copy full SHA for 9498828
Browse repository at this point
perf(conv): Metal fast path for stride-1 conv1d on time-fast layouts
Show description for 846a056
gqf2008
committed
846a056
View commit details
Copy full SHA for 846a056
Browse repository at this point
perf(audio8_tts): run Falcon-H1 per-token step graph on the CPU backend
Show description for ff7ebf3
gqf2008
committed
ff7ebf3
View commit details
Copy full SHA for ff7ebf3
Browse repository at this point
perf(audio8_tts): keep Falcon KV cache in padded host buffers, write slots in-graph
Show description for 715b1f9
gqf2008
committed
715b1f9
View commit details
Copy full SHA for 715b1f9
Browse repository at this point
perf(audio8_tts): reuse the Falcon step graph per KV capacity bucket
Show description for 1e961ff
gqf2008
committed
1e961ff
View commit details
Copy full SHA for 1e961ff
Browse repository at this point
perf(audio8_tts): accumulate conv1d per-tap GEMMs in-place via ggml_mul_mat_acc
Show description for 9184efc
gqf2008
committed
9184efc
View commit details
Copy full SHA for 9184efc
Browse repository at this point
perf: fused snake1d activation op (GGML_OP_SNAKE_1D) for audio8_tts codec
Show description for 94bf6a1
gqf2008
committed
94bf6a1
View commit details
Copy full SHA for 94bf6a1
Browse repository at this point
perf(audio8_tts): zero-copy Falcon step state and constants on CPU backend
Show description for dbe68ad
gqf2008
committed
dbe68ad
View commit details
Copy full SHA for dbe68ad
Browse repository at this point
perf(audio8_tts): run decoder blocks in channel-fast layout on Metal
Show description for 689aab1
gqf2008
committed
689aab1
View commit details
Copy full SHA for 689aab1
Browse repository at this point
fix(ggml-metal): ssm_scan reduction reads garbage when sgptg < NW
Show description for 771b617
gqf2008
committed
771b617
View commit details
Copy full SHA for 771b617
Browse repository at this point
fix(audio8_tts): Falcon-H1 0.1B logits parity and long-run stability
Show description for e2bd82f
gqf2008
committed
e2bd82f
View commit details
Copy full SHA for e2bd82f
Browse repository at this point
Commits on Sep 15, 2026
Merge commit 'fcba3a4' into feat/audio8-tts-falcon-h1-01b
Show description for b6c8458
gqf2008
committed
b6c8458
View commit details
Copy full SHA for b6c8458
Browse repository at this point
You can’t perform that action at this time.