Skip to content

docs: fix incorrect command name in helm-server tutorial description#4312

Open
nac7 wants to merge 1 commit into
stanford-crfm:mainfrom
nac7:fix/tutorial-helm-benchmark-command
Open

docs: fix incorrect command name in helm-server tutorial description#4312
nac7 wants to merge 1 commit into
stanford-crfm:mainfrom
nac7:fix/tutorial-helm-benchmark-command

Conversation

@nac7

@nac7 nac7 commented Jun 8, 2026

Copy link
Copy Markdown

Summary

Fixes #4306.

The helm-server section in docs/tutorial.md stated:

Finally, the helm-server command launches a web server to visualize the output files of helm-run and helm-benchmark.

helm-benchmark does not exist as a CLI entry point. Per pyproject.toml, the correct commands are helm-run, helm-summarize, and helm-server. The command that reads helm-run output and prepares summary files (described in the preceding section) is helm-summarize.

Change

  • docs/tutorial.md line 60: helm-benchmarkhelm-summarize

Test plan

  • Grep confirms no remaining helm-benchmark references in the repo
  • Tutorial workflow is now internally consistent: helm-runhelm-summarizehelm-server

@
docs: fix incorrect command name in helm-server tutorial description

The helm-server section referenced helm-benchmark, which does not exist
as a CLI entrypoint. The correct command is helm-summarize, which is
documented in the preceding section and listed in pyproject.toml.
@
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.

Tutorial references helm-benchmark, but no such command appears to exist

1 participant