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
.
onnxruntime
/
mobius
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
16
Code
Issues
30
Pull requests
27
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Some fixes for NemotronH
- #110
#110
Merged
gramalingam
merged 23 commits into
main
onnxruntime/mobius:main
from
rama/chunkscan
onnxruntime/mobius:rama/chunkscan
Copy head branch name to clipboard
Apr 12, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Some fixes for NemotronH
#110
gramalingam
merged 23 commits into
main
onnxruntime/mobius:main
from
rama/chunkscan
onnxruntime/mobius:rama/chunkscan
Copy head branch name to clipboard
Commits
Commits on Apr 2, 2026
Implement Mamba2Block Scan for multi-token sequence support
Show description for d04b771
gramalingam
and
Copilot
committed
d04b771
View commit details
Copy full SHA for d04b771
Browse repository at this point
Fix HF dt_bias random initialization bug in NemotronH example
Show description for b47460a
gramalingam
and
Copilot
committed
b47460a
View commit details
Copy full SHA for b47460a
Browse repository at this point
Add mamba_scan flag to toggle Scan vs single-token Mamba2
Show description for 208f468
gramalingam
and
Copilot
committed
208f468
View commit details
Copy full SHA for 208f468
Browse repository at this point
Commits on Apr 3, 2026
Add chunked SSD (multi-token) forward for Mamba2Block
Show description for 204a5b9
gramalingam
and
Copilot
committed
204a5b9
View commit details
Copy full SHA for 204a5b9
Browse repository at this point
Generalize mamba_scan flag to 3-way: chunked_ssd, scan, single
Show description for a0b0a17
gramalingam
and
Copilot
committed
a0b0a17
View commit details
Copy full SHA for a0b0a17
Browse repository at this point
fix: reload out_proj.weight from checkpoint in HF patch
Show description for fa2b7d3
gramalingam
and
Copilot
committed
fa2b7d3
View commit details
Copy full SHA for fa2b7d3
Browse repository at this point
chore: change mamba_scan default from chunked_ssd to single
Show description for 12005cb
gramalingam
and
Copilot
committed
12005cb
View commit details
Copy full SHA for 12005cb
Browse repository at this point
feat: add interactive mode to nemotron example script
Show description for 4f9a993
gramalingam
and
Copilot
committed
4f9a993
View commit details
Copy full SHA for 4f9a993
Browse repository at this point
feat: stream tokens to stdout during ONNX generation
Show description for 15c3d1c
gramalingam
and
Copilot
committed
15c3d1c
View commit details
Copy full SHA for 15c3d1c
Browse repository at this point
feat: add repetition penalty to nemotron example script
Show description for 15532b7
gramalingam
and
Copilot
committed
15532b7
View commit details
Copy full SHA for 15532b7
Browse repository at this point
chore: suppress harmless HF model_type mismatch warning
Show description for 027d9e1
gramalingam
and
Copilot
committed
027d9e1
View commit details
Copy full SHA for 027d9e1
Browse repository at this point
Commits on Apr 7, 2026
fix(example): use rescale_prenorm_residual=False for HF weight loading
Show description for cd81309
gramalingam
and
Copilot
committed
cd81309
View commit details
Copy full SHA for cd81309
Browse repository at this point
refactor(mamba2): split Mamba2Block into base + subclasses (Option B+D)
Show description for 704a06c
gramalingam
and
Copilot
committed
704a06c
View commit details
Copy full SHA for 704a06c
Browse repository at this point
Commits on Apr 8, 2026
fix: address PR #110 review feedback
Show description for 5fdf3dd
gramalingam
and
Copilot
committed
5fdf3dd
View commit details
Copy full SHA for 5fdf3dd
Browse repository at this point
fix: resolve all lintrunner warnings
Show description for 78a3ff0
gramalingam
and
Copilot
committed
78a3ff0
View commit details
Copy full SHA for 78a3ff0
Browse repository at this point
Commits on Apr 9, 2026
chore: add .copilot to .gitignore and remove from tracking
Show description for d18e99b
gramalingam
and
Copilot
committed
d18e99b
View commit details
Copy full SHA for d18e99b
Browse repository at this point
fix: Pad type mismatch when building with f16/bf16 dtype
Show description for 108bd1d
gramalingam
and
Copilot
committed
108bd1d
View commit details
Copy full SHA for 108bd1d
Browse repository at this point
fix: revert mamba_scan default to 'single'
Show description for f6bdd26
gramalingam
and
Copilot
committed
f6bdd26
View commit details
Copy full SHA for f6bdd26
Browse repository at this point
fix: use bool padding mask in NemotronH for bf16 compatibility
Show description for 7a93dee
gramalingam
and
Copilot
committed
7a93dee
View commit details
Copy full SHA for 7a93dee
Browse repository at this point
Commits on Apr 10, 2026
fix: remove spurious RoPE from NemotronH attention layers
Show description for ff9520f
gramalingam
and
Copilot
committed
ff9520f
View commit details
Copy full SHA for ff9520f
Browse repository at this point
fix: pass execution_provider to build() in NemotronH example script
Show description for f59a5f1
gramalingam
and
Copilot
committed
f59a5f1
View commit details
Copy full SHA for f59a5f1
Browse repository at this point
Merge remote-tracking branch 'origin/main' into rama/chunkscan
Show description for 84679c9
gramalingam
committed
84679c9
View commit details
Copy full SHA for 84679c9
Browse repository at this point
Fix mamba2 L1 smoke test: shape mismatch in test config
Show description for b43f0a1
gramalingam
and
Copilot
committed
b43f0a1
View commit details
Copy full SHA for b43f0a1
Browse repository at this point
You can’t perform that action at this time.