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

ERROR: file or directory not found: /data/liuhuanbin/code/assessments/lm-evaluation-harness/tests/test_version_stable.py #1658

Open
LHB-kk opened this issue Apr 2, 2024 · 1 comment
Labels
bug Something isn't working.

Comments

@LHB-kk
Copy link

LHB-kk commented Apr 2, 2024

Hi, I did the following, but got an ERROR: file or directory not found: /data/liuhuanbin/code/assessments/lm-evaluation-harness/tests/test_version_stable.py
git clone https://github.com/EleutherAI/lm-evaluation-harness
cd lm-evaluation-harness
pip install -e .

lm_eval --model hf
--model_args pretrained=~/llama-2/
--tasks minerva_math,gsm8k
--gen_kwargs top_k=1
--batch_size auto:4
--output_path result/
--device cuda:0
--limit 10
--check_integrity
--log_samples
--use_cache cache_db/
--verbosity DEBUG
--trust_remote_code
--seed 42

Can you help me? Looking forward to your reply.
Thanks!

@haileyschoelkopf
Copy link
Contributor

Hi!

You should be able to forgo --check_integrity and things will run fine (and scores won't be affected). (That flag runs some of our test files, which might have since been updated.)

I will look into fixing the root cause of this problem!

@haileyschoelkopf haileyschoelkopf added the bug Something isn't working. label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
Status: Backlog
Development

No branches or pull requests

2 participants