Commit 6f92c20d authored by lintangsutawika's avatar lintangsutawika
Browse files

moved main to lm_eval/ to fix import of main error

parent efa38caa
......@@ -47,8 +47,8 @@ lm_eval = ["**/*.yaml", "tasks/**/*"]
examples = ["**/*.yaml"]
[project.scripts]
lm-eval = "main:main"
lm_eval = "main:main"
lm-eval = "lm_eval.main:main"
lm_eval = "lm_eval.main:main"
[project.urls]
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