feat: add DeepSeek V4 Flash dual-Spark deployment - #104
Draft
xu16601526267 wants to merge 3 commits into
Draft
Conversation
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.
Summary
deepseek-v4-flash-0731, the Anemll DSpark GB10 engine, and a worker-first two-DGX-Spark deployment scenariomax_model_len=1048576as decimal CLI arguments instead of scientific notationScope
The catalog contains no machine-specific usernames, IP addresses, paths, benchmark artifacts, or captured request/response evidence. Fabric addresses, interfaces, HCAs, GID indexes, and the Fleet worker ID are scenario inputs.
The two-node scenario intentionally uses
no_pull: true: the image and checkpoint must be available on both devices before worker-first startup, avoiding a rendezvous timeout while the head downloads a large checkpoint.Validation
go vet ./...go test ./...was also attempted on Windows; unrelated existing platform-specific tests fail there on symlink privileges, Unixsleep, port/process assumptions, and temporary SQLite cleanup. The packages and cases changed by this PR pass.