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

build commit_id=b281b09, I cannot find lm-eval command. #1920

Closed
jieheroli opened this issue Jun 4, 2024 · 1 comment
Closed

build commit_id=b281b09, I cannot find lm-eval command. #1920

jieheroli opened this issue Jun 4, 2024 · 1 comment

Comments

@jieheroli
Copy link

according to the open llm leaderboard's ABOUT tag。
now the data in the board come from llm-evaluation-harness commit_id=b281b09。
but when i download the project, execute the command: “pip istall -e .”
i cannot find lm-eval command.but when i build the master branch, everything is ok.
why?

@LSinev
Copy link
Contributor

LSinev commented Jun 4, 2024

b281b09 is rather old branch (seems like 0.3.0 with some patches), check documentation of that state to find out the ways to run it.
This is an example from that branch and commit, no lm-eval available (many new api and models are not available too)

python main.py \
    --model hf-causal \
    --model_args pretrained=EleutherAI/pythia-160m,revision=step100000,dtype="float" \
    --tasks lambada_openai,hellaswag \
    --device cuda:0

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

No branches or pull requests

3 participants