Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in readme for helm #738

Merged
merged 2 commits into from
Dec 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions federatedscope/llm/eval/eval_for_helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
* Start to evaluate
* `helm-run --conf-paths federatedscope/llm/eval/eval_for_helm/run_specs.conf --enable-local-huggingface-model decapoda-research/llama-7b-hf --suite ${SUITE_NAME} -m 100 --local -n 1 --skip-completed-runs --local-path xxx`
* Launch webserver to view results
* In `~/helm_fs/src/crfm-helm/evaluation/setup_server.sh`, set
* In `~/helm_fs/src/crfm-helm/evaluation/setup_server.sh`, set
* `SUITE_NAME=${SUITE_NAME}`
* `PATH_HELM=~/helm_fs/src/crfm-helm`
* `PATH_HELM=~/helm_fs/src/crfm-helm`
* `PATH_WORKDIR=~/helm_fs/src/crfm-helm`
* `root/miniconda3/bin/python -> ${which python}`
* `bash evaluation/setup_server.sh -n ${SUITE_NAME} -p ${PORT}`
* Remark: Actually, it will show the result of the last task. If you want to see the result of another task, say, the suite name is result_of_exp1, add `?suite=result_of_exp1`after the port address.
Expand Down