Skip to content

docs(llm): drop validate-yaml reference from DeepSeek V4 Flash guide - #2054

Merged
HuiyingLi merged 3 commits into
NVIDIA-NeMo:mainfrom
khazic:docs/dsv4-flash-drop-validate
Apr 26, 2026
Merged

docs(llm): drop validate-yaml reference from DeepSeek V4 Flash guide#2054
HuiyingLi merged 3 commits into
NVIDIA-NeMo:mainfrom
khazic:docs/dsv4-flash-drop-validate

Conversation

@khazic

@khazic khazic commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #2053. Removes the deepseek_v4_flash_validate.yaml references from the DeepSeek V4 Flash fine-tuning guide. The validate harness is an internal smoke-test config — not a user-facing fine-tune recipe — so the user-facing guide should advertise only the HellaSwag recipe.

What changes

In docs/guides/llm/dsv4-flash.md:

  • Drops the validate-yaml bullet under Launch Training and rephrases the section opener (Two recipes ship under …A ready-to-use recipe ships at …).
  • Drops the Quick infrastructure validation (single node, 8 × A100-80G) subsection (which was just a launch snippet for the same validate yaml).

Test plan

  • Markdown renders locally.
  • All cross-links resolve to existing files / sections.
  • No CLAUDE co-author tag; commit is signed off.
  • CI (docs build + linting).

Removes the validate-yaml bullet under "Launch Training" and the
"Quick infrastructure validation" subsection.  The validate harness
is an internal smoke-test config, not a user-facing finetune recipe;
the guide should advertise only the HellaSwag recipe.

Follow-up to NVIDIA-NeMo#2053 (the original change was force-pushed after the
PR had already merged, so the deletion did not land on main).

Signed-off-by: khazic <khazzz1c@gmail.com>
@copy-pr-bot

copy-pr-bot Bot commented Apr 25, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Mirrors the per-model rollout pattern used for MiniMax-M2.7 (NVIDIA-NeMo#1785):
news entry at the top of the README, a dedicated model-coverage page
under deepseek-ai/, and registration of the new page in the LLM index
(architecture table + toctree).

- README.md                                            (news entry)
- docs/model-coverage/llm/deepseek-ai/dsv4-flash.md    (new)
- docs/model-coverage/llm/index.md                     (table + toctree)

Signed-off-by: Huiying Li <willwin.lee@gmail.com>

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@HuiyingLi
HuiyingLi force-pushed the docs/dsv4-flash-drop-validate branch from 6a1eab2 to 39db410 Compare April 25, 2026 10:11
@HuiyingLi

Copy link
Copy Markdown
Contributor

/ok to test 39db410

@HuiyingLi HuiyingLi added the docs-only With great power comes great responsibility. label Apr 25, 2026
@HuiyingLi
HuiyingLi enabled auto-merge (squash) April 25, 2026 10:12
HuiyingLi
HuiyingLi previously approved these changes Apr 25, 2026
The {download} directive on the recipe yaml fails the Sphinx build
with `download.not_readable` because
examples/llm_finetune/deepseek_v4/deepseek_v4_flash_hellaswag.yaml
is added by the model PR (NVIDIA-NeMo#2039), which has not yet landed on main.
Use a plain GitHub link until NVIDIA-NeMo#2039 merges; a follow-up can switch
back to {download} once the file is on main.

Signed-off-by: khazic <khazzz1c@gmail.com>
auto-merge was automatically disabled April 25, 2026 15:49

Head branch was pushed to by a user without write access

@HuiyingLi
HuiyingLi merged commit 2f979fb into NVIDIA-NeMo:main Apr 26, 2026
2 checks passed
HuiyingLi added a commit to khazic/Automodel_lao that referenced this pull request Apr 27, 2026
Merged ``origin/main`` into ``feat/deepseek-v4-flash``.  Main already
added ``docs/model-coverage/llm/deepseek-ai/dsv4-flash.md`` (PRs NVIDIA-NeMo#2053
and NVIDIA-NeMo#2054) which covers ``DeepseekV4ForCausalLM`` for the
doc-coverage check; my earlier ``deepseek-v4.md`` was a duplicate.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
@HuiyingLi HuiyingLi linked an issue Apr 27, 2026 that may be closed by this pull request
@HuiyingLi HuiyingLi removed a link to an issue Apr 27, 2026
kashif pushed a commit to kashif/Automodel that referenced this pull request May 25, 2026
…VIDIA-NeMo#2054)

* docs(llm): drop validate-yaml reference from DeepSeek V4 Flash guide

Removes the validate-yaml bullet under "Launch Training" and the
"Quick infrastructure validation" subsection.  The validate harness
is an internal smoke-test config, not a user-facing finetune recipe;
the guide should advertise only the HellaSwag recipe.

Follow-up to NVIDIA-NeMo#2053 (the original change was force-pushed after the
PR had already merged, so the deletion did not land on main).

Signed-off-by: khazic <khazzz1c@gmail.com>

* docs(llm): add DeepSeek V4 Flash to README + model-coverage index

Mirrors the per-model rollout pattern used for MiniMax-M2.7 (NVIDIA-NeMo#1785):
news entry at the top of the README, a dedicated model-coverage page
under deepseek-ai/, and registration of the new page in the LLM index
(architecture table + toctree).

- README.md                                            (news entry)
- docs/model-coverage/llm/deepseek-ai/dsv4-flash.md    (new)
- docs/model-coverage/llm/index.md                     (table + toctree)

Signed-off-by: Huiying Li <willwin.lee@gmail.com>

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs(llm): use plain link for hellaswag yaml until model PR lands

The {download} directive on the recipe yaml fails the Sphinx build
with `download.not_readable` because
examples/llm_finetune/deepseek_v4/deepseek_v4_flash_hellaswag.yaml
is added by the model PR (NVIDIA-NeMo#2039), which has not yet landed on main.
Use a plain GitHub link until NVIDIA-NeMo#2039 merges; a follow-up can switch
back to {download} once the file is on main.

Signed-off-by: khazic <khazzz1c@gmail.com>

---------

Signed-off-by: khazic <khazzz1c@gmail.com>
Co-authored-by: Huiying Li <willwin.lee@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-request docs-only With great power comes great responsibility.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants