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
4e44f0aa
Unverified
Commit
4e44f0aa
authored
Jul 25, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Jul 25, 2023
Browse files
Merge pull request #703 from EleutherAI/use_console_script
[Refactor] Use console script
parents
6b1897d6
20d70067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
setup.py
setup.py
+3
-0
No files found.
setup.py
View file @
4e44f0aa
...
...
@@ -18,6 +18,9 @@ setuptools.setup(
"lm_eval"
:
[
"**/*.yaml"
],
"examples"
:
[
"**/*.yaml"
],
},
entry_points
=
{
"console_scripts"
:
[
"lm-eval = main:main"
,
"lm_eval = main:main"
],
},
include_package_data
=
True
,
classifiers
=
[
"Development Status :: 3 - Alpha"
,
...
...
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