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
b3a2af33
Unverified
Commit
b3a2af33
authored
Oct 24, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Oct 24, 2023
Browse files
Update pyproject.toml
parent
59204667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
pyproject.toml
pyproject.toml
+5
-1
No files found.
pyproject.toml
View file @
b3a2af33
...
...
@@ -41,9 +41,13 @@ dependencies = [
[tool.setuptools]
packages
=
["lm_eval"]
[tool.setuptools.packages.find]
include
=
["lm_eval*"]
# required to include yaml files in pip installation
[tool.setuptools.package-data]
lm_eval
=
[
"**/*.yaml"
,
"api/**/*"
,
"decontamination/**/*"
,
"filters/**/*"
,
"models/**/*"
,
"prompts/**/*"
,
"tasks/**/*"
]
lm_eval
=
[
"**/*.yaml"
,
"prompts/**/*"
,
"tasks/**/*"
]
examples
=
["**/*.yaml"]
[project.scripts]
...
...
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