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
59204667
Unverified
Commit
59204667
authored
Oct 12, 2023
by
Lintang Sutawika
Committed by
GitHub
Oct 12, 2023
Browse files
Update pyproject.toml
parent
053e1f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
pyproject.toml
View file @
59204667
...
@@ -43,7 +43,7 @@ packages = ["lm_eval"]
...
@@ -43,7 +43,7 @@ packages = ["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"
,
"
lm_eval
/**/*"
]
lm_eval
=
[
"**/*.yaml"
,
"
api/**/*"
,
"decontamination/**/*"
,
"filters/**/*"
,
"models/**/*"
,
"prompts/**/*"
,
"tasks
/**/*"
]
examples
=
["**/*.yaml"]
examples
=
["**/*.yaml"]
[project.scripts]
[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