Commit 0dc67e6a authored by lintangsutawika's avatar lintangsutawika
Browse files

Merge branch 'big-refactor' of github.com:EleutherAI/lm-evaluation-harness...

Merge branch 'big-refactor' of github.com:EleutherAI/lm-evaluation-harness into patch-multiple-choice
parents 4e72f165 c87fc788
...@@ -15,8 +15,8 @@ setuptools.setup( ...@@ -15,8 +15,8 @@ setuptools.setup(
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
# required to include yaml files in pip installation # required to include yaml files in pip installation
package_data={ package_data={
'lm_eval': ['**/*.yaml'], "lm_eval": ["**/*.yaml"],
'examples': ['**/*.yaml'], "examples": ["**/*.yaml"],
}, },
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
......
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