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
06e69149
Unverified
Commit
06e69149
authored
Oct 24, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Oct 24, 2023
Browse files
Merge pull request #915 from EleutherAI/package-patch
Update pyproject.toml
parents
56b7021f
84db6359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pyproject.toml
pyproject.toml
+2
-3
No files found.
pyproject.toml
View file @
06e69149
...
@@ -38,13 +38,12 @@ dependencies = [
...
@@ -38,13 +38,12 @@ dependencies = [
"zstandard"
,
"zstandard"
,
]
]
[tool.setuptools]
[tool.setuptools
.packages.find
]
packages
=
["lm_eval"]
include
=
["lm_eval
*
"]
# required to include yaml files in pip installation
# required to include yaml files in pip installation
[tool.setuptools.package-data]
[tool.setuptools.package-data]
lm_eval
=
[
"**/*.yaml"
,
"tasks/**/*"
]
lm_eval
=
[
"**/*.yaml"
,
"tasks/**/*"
]
examples
=
["**/*.yaml"]
[project.scripts]
[project.scripts]
lm-eval
=
"lm_eval.__main__:cli_evaluate"
lm-eval
=
"lm_eval.__main__:cli_evaluate"
...
...
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