"megatron/vscode:/vscode.git/clone" did not exist on "c9a595549c6dbf8338d4b13dab4a758ccdcb110c"
Unverified Commit 06e69149 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Merge pull request #915 from EleutherAI/package-patch

Update pyproject.toml
parents 56b7021f 84db6359
......@@ -38,13 +38,12 @@ dependencies = [
"zstandard",
]
[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", "tasks/**/*"]
examples = ["**/*.yaml"]
[project.scripts]
lm-eval = "lm_eval.__main__:cli_evaluate"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment