Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
6f92c20d
Commit
6f92c20d
authored
Oct 04, 2023
by
lintangsutawika
Browse files
moved main to lm_eval/ to fix import of main error
parent
efa38caa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lm_eval/main.py
lm_eval/main.py
+0
-0
pyproject.toml
pyproject.toml
+2
-2
No files found.
main.py
→
lm_eval/
main.py
View file @
6f92c20d
File moved
pyproject.toml
View file @
6f92c20d
...
@@ -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
=
"main:main"
lm-eval
=
"
lm_eval.
main:main"
lm_eval
=
"main:main"
lm_eval
=
"
lm_eval.
main:main"
[project.urls]
[project.urls]
Homepage
=
"https://github.com/EleutherAI/lm-evaluation-harness"
Homepage
=
"https://github.com/EleutherAI/lm-evaluation-harness"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment