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 }}
FlashML-org
/
FreeToken
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
13.2k
Code
Issues
186
Pull requests
142
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(qwen4_exp): load-time per-tensor FP8 dense projections (W8A8 via _scaled_mm)
- #389
#389
Closed
gdevenyi
wants to merge 16 commits into
FlashML-org:main
FlashML-org/FreeToken:main
from
gdevenyi:feat/qwen4-exp-fp8-dense
gdevenyi/FreeToken:feat/qwen4-exp-fp8-dense
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
feat(qwen4_exp): load-time per-tensor FP8 dense projections (W8A8 via _scaled_mm)
#389
gdevenyi
wants to merge 16 commits into
FlashML-org:main
FlashML-org/FreeToken:main
from
gdevenyi:feat/qwen4-exp-fp8-dense
gdevenyi/FreeToken:feat/qwen4-exp-fp8-dense
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2026
feat(qwen4_exp): tensor parallelism for Qwen3.8-Flash-Next (offload backend)
Show description for c3d0f97
gdevenyi
and
claude
committed
c3d0f97
View commit details
Copy full SHA for c3d0f97
Browse repository at this point
fix(qwen4_exp): load the HF config for sharding only when TP > 1
Show description for 96e190c
gdevenyi
and
claude
committed
96e190c
View commit details
Copy full SHA for 96e190c
Browse repository at this point
test(qwen4_exp): TP shard test against the new expert-piece stream
gdevenyi
committed
a99433c
View commit details
Copy full SHA for a99433c
Browse repository at this point
feat(qwen4_exp): load-time per-tensor FP8 dense projections (W8A8 via _scaled_mm)
Show description for be41dea
gdevenyi
and
claude
committed
be41dea
View commit details
Copy full SHA for be41dea
Browse repository at this point
chore(qwen4_exp): log the load-time FP8 dense mode once at weight load
Show description for 0968c24
gdevenyi
and
claude
committed
0968c24
View commit details
Copy full SHA for 0968c24
Browse repository at this point
fix(qwen4_exp): return the FP8 quantization slack to the allocator before the cache planner runs
Show description for 8d37231
gdevenyi
and
claude
committed
8d37231
View commit details
Copy full SHA for 8d37231
Browse repository at this point
fix(qwen4_exp): give in_proj_ba its own storage under FP8 dense
Show description for 1a6f504
gdevenyi
and
claude
committed
1a6f504
View commit details
Copy full SHA for 1a6f504
Browse repository at this point
perf(fp8): quantize activations with a block-parallel amax
Show description for 74ccbea
gdevenyi
and
claude
committed
74ccbea
View commit details
Copy full SHA for 74ccbea
Browse repository at this point
feat(layers): optional per-tensor FP8 lm_head (FREETOKEN_FP8_LMHEAD=1)
Show description for 85c4b60
gdevenyi
and
claude
committed
85c4b60
View commit details
Copy full SHA for 85c4b60
Browse repository at this point
fix(qwen4_exp): forward prefix through Qwen4ExpMoE, and test the CPU build
Show description for 62a9a8c
gdevenyi
and
claude
committed
62a9a8c
View commit details
Copy full SHA for 62a9a8c
Browse repository at this point
Merge branch 'rb/tp' into rb/fp8
gdevenyi
committed
339c312
View commit details
Copy full SHA for 339c312
Browse repository at this point
feat(quant): let the triton NVFP4 expert kernel serve a tensor-parallel shard
Show description for d2ad39b
gdevenyi
and
claude
committed
d2ad39b
View commit details
Copy full SHA for d2ad39b
Browse repository at this point
Merge branch 'rb/tp' into rb/fp8
gdevenyi
committed
72e018e
View commit details
Copy full SHA for 72e018e
Browse repository at this point
fix(qwen4_exp): one predicate decides the FP8 lm_head, for builder and loader alike
Show description for 1da3c6c
gdevenyi
and
claude
committed
1da3c6c
View commit details
Copy full SHA for 1da3c6c
Browse repository at this point
fix(qwen4_exp): import fp8_lmhead_enabled, which use_fp8_lmhead calls
Show description for d377a20
gdevenyi
and
claude
committed
d377a20
View commit details
Copy full SHA for d377a20
Browse repository at this point
fix(qwen4_exp): restore the local head counts the GDN forward reads
Show description for bd106c9
gdevenyi
and
claude
committed
bd106c9
View commit details
Copy full SHA for bd106c9
Browse repository at this point
You can’t perform that action at this time.