[2/2] Deepseek deterministic: support deepseek v3 deterministic inference on 8 x H200#12095
Merged
Fridge003 merged 18 commits intosgl-project:mainfrom Oct 29, 2025
Merged
Conversation
Closed
5 tasks
hebiao064
reviewed
Oct 28, 2025
hebiao064
reviewed
Oct 28, 2025
hebiao064
approved these changes
Oct 28, 2025
Fridge003
approved these changes
Oct 28, 2025
Collaborator
|
@zminglei Why are you removing the topk changes? |
Collaborator
Author
I’ve ran tests and further verified it’s unnecessary for the deterministic result. I only left what’re necessary here in this PR to keep it clean. |
28 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
part of roadmap
Previous PR supported deepseek arch model's deterministic inference on a single Hopper GPU.
This PR is to further support full deepseek v3 model's deterministic inference on 8 x H200.
This change also fixed this issue
Modifications
Accuracy Tests
Launch deepseek v3 model on 8 x H200
Disable deterministic:
Enable deterministic (without this change):
Enable deterministic (with this change)
log verifying radix cache is working well
Benchmarking and Profiling
Checklist