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 }}
mudler
/
parakeet.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
84
Star
769
Code
Issues
12
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Batched decode
- #3
#3
Merged
mudler
merged 11 commits into
worktree-batched-encoder
mudler/parakeet.cpp:worktree-batched-encoder
from
batched-decode
mudler/parakeet.cpp:batched-decode
Copy head branch name to clipboard
Jun 1, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Batched decode
#3
mudler
merged 11 commits into
worktree-batched-encoder
mudler/parakeet.cpp:worktree-batched-encoder
from
batched-decode
mudler/parakeet.cpp:batched-decode
Copy head branch name to clipboard
Commits
Commits on May 31, 2026
refactor(decode): share argmax/max_prob_conf in decode_common.hpp
Show description for b9ca3f6
mudler
and
claude
committed
b9ca3f6
View commit details
Copy full SHA for b9ca3f6
Browse repository at this point
feat(prediction): step_batch (batched LSTM, [H,N])
Show description for fc19481
mudler
and
claude
committed
fc19481
View commit details
Copy full SHA for fc19481
Browse repository at this point
docs(prediction): explain the 4H gate-slice stride in step_batch
Show description for e5846ef
mudler
and
claude
committed
e5846ef
View commit details
Copy full SHA for e5846ef
Browse repository at this point
feat(joint): step_logits_batch (batched joint, [V_plus,N])
Show description for cc9834d
mudler
and
claude
committed
cc9834d
View commit details
Copy full SHA for cc9834d
Browse repository at this point
feat(decode): transducer_greedy_batch (batched RNNT+TDT greedy, bit-exact parity)
Show description for 093aacc
mudler
and
claude
committed
093aacc
View commit details
Copy full SHA for 093aacc
Browse repository at this point
refactor(decode): extract commit_state lambda in transducer_greedy_batch; document max_symbols assumption
Show description for 782a801
mudler
and
claude
committed
782a801
View commit details
Copy full SHA for 782a801
Browse repository at this point
feat(model): batched transducer decode in transcribe_pcm_batch[_with_timestamps]
Show description for df4c857
mudler
and
claude
committed
df4c857
View commit details
Copy full SHA for df4c857
Browse repository at this point
bench: add bench-decode (batched vs serial transducer decode timing)
Show description for 52cffea
mudler
and
claude
committed
52cffea
View commit details
Copy full SHA for 52cffea
Browse repository at this point
perf(decode): cache prediction-net g across rounds in transducer_greedy_batch (bit-exact; recovers B=1, fewer LSTM calls)
Show description for 85feda9
mudler
and
claude
committed
85feda9
View commit details
Copy full SHA for 85feda9
Browse repository at this point
refactor(model): extract batch_enc_to_row_major helper (dedup batched-decode transpose)
Show description for c3161d2
mudler
and
claude
committed
c3161d2
View commit details
Copy full SHA for c3161d2
Browse repository at this point
docs(decode): correct header comment to describe the g_valid cache
Show description for da38ea1
mudler
and
claude
committed
da38ea1
View commit details
Copy full SHA for da38ea1
Browse repository at this point
You can’t perform that action at this time.