Skip to content

docs: fix example config paths in English installation guide - #1994

Open
latent-9 wants to merge 1 commit into
InternLM:mainfrom
latent-9:docs/fix-en-install-config-paths
Open

docs: fix example config paths in English installation guide#1994
latent-9 wants to merge 1 commit into
InternLM:mainfrom
latent-9:docs/fix-en-install-config-paths

Conversation

@latent-9

Copy link
Copy Markdown

The English installation guide references example configs that 404:

  • examples/v1/sft_qwen3_tiny.py (lines 71, 94)
  • examples/v1/sft_intern_s1_tiny_config.py (lines 106, 270)

Both configs actually live under examples/v1/config/examples/v1/ contains only config/ and scripts/. Running the documented command as-is fails at Config.fromfile(...) with FileNotFoundError.

The Chinese installation guide (docs/zh_cn/get_started/installation.md) already uses the correct examples/v1/config/... paths, so this simply brings the English doc back in line.

Docs-only, no functional change.

The English quick-start referenced examples/v1/sft_qwen3_tiny.py and
examples/v1/sft_intern_s1_tiny_config.py, which 404 — the configs live under
examples/v1/config/. The Chinese installation guide already uses the correct
examples/v1/config/ paths; this brings the English doc in line so the
documented torchrun commands run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant