Commit 2e13caa6 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

update commandline script

parent 3b5e554f
...@@ -47,8 +47,8 @@ lm_eval = ["**/*.yaml", "tasks/**/*"] ...@@ -47,8 +47,8 @@ lm_eval = ["**/*.yaml", "tasks/**/*"]
examples = ["**/*.yaml"] examples = ["**/*.yaml"]
[project.scripts] [project.scripts]
lm-eval = "lm_eval.main:main" lm-eval = "lm_eval.__main__:cli_evaluate"
lm_eval = "lm_eval.main:main" lm_eval = "lm_eval.__main__:cli_evaluate"
[project.urls] [project.urls]
Homepage = "https://github.com/EleutherAI/lm-evaluation-harness" Homepage = "https://github.com/EleutherAI/lm-evaluation-harness"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment