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

fixed the typo of the install commands on README #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Huggingface の [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFace
- Python 3.9 以上
- ライブラリは lm-evaluation-harness + wandb を使用します
```bash
git clone --recuresive https://github.com/llm-jp/open-llm-leaderboard-local.git
cd lm-evaluation-harness # lm-evaluation-harness の commit-id が b281b09 であることを確認
git clone --recursive https://github.com/llm-jp/open-llm-leaderboard-local.git
cd open-llm-leaderboard-local/lm-evaluation-harness # lm-evaluation-harness の commit-id が b281b09 であることを確認
pip install -e ".[sentencepiece]" # 必要に応じて extras_require を指定
pip install wandb
```
Expand Down