-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat: SM120 (Blackwell Desktop) support for DeepSeek-V4 inference #24692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
829ae2c
feat: SM120 (Blackwell Desktop) support for DeepSeek-V4 inference
AliceChenyy 0b46b07
fix: address PR review comments and handle KV cache uint8 dtype on SM120
AliceChenyy aa7000c
style: fix pre-commit lint issues (isort, ruff, black)
AliceChenyy 3e33539
fix: wrap pytest.main in sys.exit for CI exit code propagation
AliceChenyy 9db9a66
fix: add SM120 guards for sgl-kernel 0.4.2.post2 compatibility
AliceChenyy ef24964
fix: remove _is_sm120 module var from metadata.py, use is_sm120_suppo…
AliceChenyy 1763009
refactor: simplify _is_sm120 by using is_sm120_supported() directly
AliceChenyy 88a2c05
fix: replace broken _is_sm120 import in indexer.py with is_sm120_supp…
AliceChenyy a3d06b9
style: remove unused imports flagged by ruff (rotate_activation, act_…
AliceChenyy 4491e60
Merge remote-tracking branch 'origin/main' into sm120-dsv4-rebase
AliceChenyy 5df66d2
fix: rename nsa_ to dsa_ in SM120 backend defaults after NSA→DSA refa…
AliceChenyy 03be8ad
test: register SM120 MQA fallback tests in CI (base-b, 1-gpu-small)
AliceChenyy d9c4bfd
fix: address Fridge003 review — isolate SM120 code, auto-set envs, re…
AliceChenyy 21c00bc
docs: add SM120 (RTX PRO 6000) to DeepSeek-V4 cookbook
AliceChenyy 5f526de
Merge remote-tracking branch 'origin/main' into sm120-dsv4-rebase
AliceChenyy cd44380
fix: revert unnecessary change to is_arch_support_pdl in jit_kernel/u…
AliceChenyy fe39f16
Merge remote-tracking branch 'origin/main' into sm120-dsv4-rebase
AliceChenyy 6a19b79
test(sm120): add P0 unit tests for paged MQA logits + FlashMLA fallbacks
AliceChenyy e1368c6
style(sm120): black/isort + drop unused import in P0 tests
AliceChenyy f8f982b
ci: retrigger CI after 120-min per-user cooldown expiry
AliceChenyy fb0b6a9
Merge remote-tracking branch 'origin/main' into sm120-dsv4-rebase
AliceChenyy d495c59
Merge branch 'main' into sm120-dsv4-rebase
b8zhong 5387b1c
docs(cookbook): shrink SM120 note to selectable recipe
AliceChenyy 6b5a290
Merge branch 'sm120-dsv4-rebase' of github.com:AliceChenyy/sglang int…
AliceChenyy 787a47a
Merge branch 'main' into sm120-dsv4-rebase
Fridge003 c789f2b
fix: address Fridge003 review — JSX toggle, revert unnecessary changes
AliceChenyy 579b359
Merge branch 'sm120-dsv4-rebase' of github.com:AliceChenyy/sglang int…
AliceChenyy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.