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
a1b589df
"vscode:/vscode.git/clone" did not exist on "aead3912c8d1c228a6240057d4c1072f96fab2a9"
Unverified
Commit
a1b589df
authored
Oct 24, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Oct 24, 2023
Browse files
Update pyproject.toml
parent
fa1f3571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
pyproject.toml
pyproject.toml
+2
-5
No files found.
pyproject.toml
View file @
a1b589df
...
...
@@ -39,14 +39,11 @@ dependencies = [
]
[tool.setuptools.packages.find]
where
=
["lm_eval"]
include
=
["*"]
namespaces
=
false
include
=
["lm_eval"]
# required to include yaml files in pip installation
[tool.setuptools.package-data]
lm_eval
=
[
"**/*.yaml"
,
"prompts/**/*"
,
"tasks/**/*"
]
examples
=
["**/*.yaml"]
lm_eval
=
[
"**/*.yaml"
,
"tasks/**/*"
]
[project.scripts]
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