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 }}
modelscope
/
mcore-bridge
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
101
Code
Issues
7
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support dpsk-4.1 sft and rl
- #201
#201
Merged
tastelikefeet
merged 23 commits into
modelscope:main
modelscope/mcore-bridge:main
from
tastelikefeet:feat/deepseek-v41
tastelikefeet/mcore-bridge:feat/deepseek-v41
Copy head branch name to clipboard
Sep 20, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Support dpsk-4.1 sft and rl
#201
tastelikefeet
merged 23 commits into
modelscope:main
modelscope/mcore-bridge:main
from
tastelikefeet:feat/deepseek-v41
tastelikefeet/mcore-bridge:feat/deepseek-v41
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
feat(deepseek-v41): add DeepSeek-V4.1-Flash bridge
Show description for fe8e498
z0o0ey
committed
fe8e498
View commit details
Copy full SHA for fe8e498
Browse repository at this point
feat(deepseek-v41): add DSpark and Engram support
z0o0ey
committed
50987dd
View commit details
Copy full SHA for 50987dd
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/deepseek-v41
z0o0ey
committed
267e465
View commit details
Copy full SHA for 267e465
Browse repository at this point
Commits on Sep 16, 2026
wip
z0o0ey
committed
3a31a08
View commit details
Copy full SHA for 3a31a08
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/deepseek-v41
z0o0ey
committed
4416b5b
View commit details
Copy full SHA for 4416b5b
Browse repository at this point
feat(deepseek-v41): support pipeline parallelism via HybridModel (B1 text backbone)
Show description for 4076d63
z0o0ey
committed
4076d63
View commit details
Copy full SHA for 4076d63
Browse repository at this point
feat(deepseek-v41): map DSpark draft stack (mtp.*) under HybridModel (B3)
Show description for e01303b
z0o0ey
committed
e01303b
View commit details
Copy full SHA for e01303b
Browse repository at this point
feat(deepseek-v41): host HybridModel backbone in multimodal wrapper (B4)
Show description for 02ac651
z0o0ey
committed
02ac651
View commit details
Copy full SHA for 02ac651
Browse repository at this point
feat(deepseek-v41): default to HybridModel path for all layouts (B5)
Show description for 33c5b80
z0o0ey
committed
33c5b80
View commit details
Copy full SHA for 33c5b80
Browse repository at this point
feat(deepseek-v41): support virtual pipeline parallelism (VPP)
Show description for 012ce0f
z0o0ey
committed
012ce0f
View commit details
Copy full SHA for 012ce0f
Browse repository at this point
Commits on Sep 17, 2026
fix(deepseek-v41): correct HybridModel export symmetry, packed MLA rotary and weight fidelity
Show description for 1461d8b
z0o0ey
committed
1461d8b
View commit details
Copy full SHA for 1461d8b
Browse repository at this point
refactor(deepseek-v41): drop the GPTModel path, single HybridModel implementation
Show description for 3da2c2a
z0o0ey
committed
3da2c2a
View commit details
Copy full SHA for 3da2c2a
Browse repository at this point
Commits on Sep 18, 2026
fix(deepseek-v41): gate per-head query RMS norm to V4 only
Show description for a34fcc4
z0o0ey
committed
a34fcc4
View commit details
Copy full SHA for a34fcc4
Browse repository at this point
fix(deepseek-v41): build the engram in the bridge's TransformerLayer fork
Show description for 313c87c
z0o0ey
committed
313c87c
View commit details
Copy full SHA for 313c87c
Browse repository at this point
fix(deepseek-v41): key DSpark off block_size and freeze the draft stack
Show description for 870e32a
z0o0ey
committed
870e32a
View commit details
Copy full SHA for 870e32a
Browse repository at this point
test(deepseek-v41): cover packed and CP backward
z0o0ey
committed
d1a8d74
View commit details
Copy full SHA for d1a8d74
Browse repository at this point
fix(deepseek-v41): harden missing weight export
z0o0ey
committed
506c622
View commit details
Copy full SHA for 506c622
Browse repository at this point
Commits on Sep 19, 2026
refactor(deepseek-v41): drop unused DSpark inference controller
Show description for 14e42a4
z0o0ey
committed
14e42a4
View commit details
Copy full SHA for 14e42a4
Browse repository at this point
refactor(deepseek-v41): drop unused Engram inference path
Show description for dc0ee2a
z0o0ey
committed
dc0ee2a
View commit details
Copy full SHA for dc0ee2a
Browse repository at this point
Commits on Sep 20, 2026
lint
z0o0ey
committed
0d1a9fc
View commit details
Copy full SHA for 0d1a9fc
Browse repository at this point
fix
z0o0ey
committed
1cc4b6a
View commit details
Copy full SHA for 1cc4b6a
Browse repository at this point
fix(deepseek-v41): harden Megatron 0.16-0.19 compatibility
Show description for 74eea16
z0o0ey
committed
74eea16
View commit details
Copy full SHA for 74eea16
Browse repository at this point
lint
z0o0ey
committed
da4c176
View commit details
Copy full SHA for da4c176
Browse repository at this point
You can’t perform that action at this time.