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 }}
lnigam
/
llama-cpp-northbloom-private
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add diffusion-gemma block-diffusion support
- #1
#1
Open
lnigam
wants to merge 27 commits into
master
lnigam/llama-cpp-northbloom-private:master
from
diffusion-gemma-review
lnigam/llama-cpp-northbloom-private:diffusion-gemma-review
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Add diffusion-gemma block-diffusion support
#1
lnigam
wants to merge 27 commits into
master
lnigam/llama-cpp-northbloom-private:master
from
diffusion-gemma-review
lnigam/llama-cpp-northbloom-private:diffusion-gemma-review
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2026
convert: add diffusion_gemma4 (block-diffusion Gemma 4) conversion support
Show description for 5bddf43
lnigam
committed
5bddf43
View commit details
Copy full SHA for 5bddf43
Browse repository at this point
model: register diffusion-gemma4 arch (reuses gemma4 graph)
Show description for e814e44
lnigam
committed
e814e44
View commit details
Copy full SHA for e814e44
Browse repository at this point
model: diffusion-gemma4 bidirectional graph + self-conditioning input
Show description for aac0349
lnigam
committed
aac0349
View commit details
Copy full SHA for aac0349
Browse repository at this point
model: wire self-conditioning MLP into the diffusion-gemma4 graph
Show description for 08e6dfa
lnigam
committed
08e6dfa
View commit details
Copy full SHA for 08e6dfa
Browse repository at this point
examples: block-diffusion generation CLI for diffusion-gemma4
Show description for 27a4fc5
lnigam
committed
27a4fc5
View commit details
Copy full SHA for 27a4fc5
Browse repository at this point
diffusion-gemma4: self-conditioning input channel (feedback)
Show description for 0804f74
lnigam
committed
0804f74
View commit details
Copy full SHA for 0804f74
Browse repository at this point
diffusion-gemma4: prompt conditioning via prefix attention
Show description for 2c40f4a
lnigam
committed
2c40f4a
View commit details
Copy full SHA for 2c40f4a
Browse repository at this point
diffusion-gemma4: apply the chat template to the prompt
Show description for d7dc3ea
lnigam
committed
d7dc3ea
View commit details
Copy full SHA for d7dc3ea
Browse repository at this point
diffusion-gemma4: fix prompt conditioning (keep prompt tokens active)
Show description for 724ba77
lnigam
committed
724ba77
View commit details
Copy full SHA for 724ba77
Browse repository at this point
diffusion-gemma4: greedy read-out of the final canvas
Show description for 212a698
lnigam
committed
212a698
View commit details
Copy full SHA for 212a698
Browse repository at this point
diffusion-gemma4: extract the clean final answer
Show description for 0daa231
lnigam
committed
0daa231
View commit details
Copy full SHA for 0daa231
Browse repository at this point
diffusion-gemma4: offload to GPU by default
Show description for 27c35eb
lnigam
committed
27c35eb
View commit details
Copy full SHA for 27c35eb
Browse repository at this point
diffusion_gemma4: KV-cache reuse for block-diffusion generation
Show description for 03b9c2b
lnigam
committed
03b9c2b
View commit details
Copy full SHA for 03b9c2b
Browse repository at this point
diffusion-gemma (v7): rename arch + multimodal (gemma4 vision) support
Show description for 868ef51
lnigam
committed
868ef51
View commit details
Copy full SHA for 868ef51
Browse repository at this point
diffusion-gemma cli: -n controls block count, generation timing, inline-argmax output
Show description for 9c53a9d
lnigam
committed
9c53a9d
View commit details
Copy full SHA for 9c53a9d
Browse repository at this point
diffusion-gemma: place precomputed transposed embedding on the offloaded backend
Show description for 5ffc5f4
lnigam
committed
5ffc5f4
View commit details
Copy full SHA for 5ffc5f4
Browse repository at this point
diffusion-gemma cli: report encoder-phase prefill timing
Show description for ea2e26a
lnigam
committed
ea2e26a
View commit details
Copy full SHA for ea2e26a
Browse repository at this point
diffusion-gemma: top-k host sampling (top-k softmax/entropy/self-cond) with k-annealing
Show description for 459e35e
lnigam
committed
459e35e
View commit details
Copy full SHA for 459e35e
Browse repository at this point
diffusion-gemma: sparse top-k self-conditioning via on-device F16 gather
Show description for 7e33c60
lnigam
committed
7e33c60
View commit details
Copy full SHA for 7e33c60
Browse repository at this point
diffusion-gemma: OpenAI-compatible HTTP server (llama-server analogue)
Show description for 5cc7006
lnigam
committed
5cc7006
View commit details
Copy full SHA for 5cc7006
Browse repository at this point
diffusion-gemma: add CUDA graph GPU sampling server path
lnigam
committed
ff726a2
View commit details
Copy full SHA for ff726a2
Browse repository at this point
diffusion-gemma: keep self-cond sampling on device
lnigam
committed
378fbfd
View commit details
Copy full SHA for 378fbfd
Browse repository at this point
diffusion-gemma: keep denoising loop on device
lnigam
committed
f7cea9c
View commit details
Copy full SHA for f7cea9c
Browse repository at this point
diffusion-gemma: use output flag for persistent inputs
lnigam
committed
7e65661
View commit details
Copy full SHA for 7e65661
Browse repository at this point
diffusion-gemma: checkpoint device-loop early stop
lnigam
committed
2b7758f
View commit details
Copy full SHA for 2b7758f
Browse repository at this point
diffusion-gemma: make device early stop every step
lnigam
committed
3b51143
View commit details
Copy full SHA for 3b51143
Browse repository at this point
examples: update diffusion gemma mtmd bitmap loading
lnigam
committed
e1fc535
View commit details
Copy full SHA for e1fc535
Browse repository at this point
You can’t perform that action at this time.