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
bafaef26
Unverified
Commit
bafaef26
authored
Jun 16, 2023
by
Lintang Sutawika
Committed by
GitHub
Jun 16, 2023
Browse files
Merge pull request #596 from EleutherAI/package-yamls
[Refactor] Package YAMLs alongside pip installations of lm-eval
parents
24e3e3fa
d3037f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
setup.py
setup.py
+6
-0
No files found.
setup.py
View file @
bafaef26
...
...
@@ -13,6 +13,12 @@ setuptools.setup(
long_description_content_type
=
"text/markdown"
,
url
=
"https://github.com/EleutherAI/lm-evaluation-harness"
,
packages
=
setuptools
.
find_packages
(),
# required to include yaml files in pip installation
package_data
=
{
'lm_eval'
:
[
'**/*.yaml'
],
'examples'
:
[
'**/*.yaml'
],
},
include_package_data
=
True
,
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Programming Language :: Python :: 3"
,
...
...
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