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(
packages=setuptools.find_packages(),
# required to include yaml files in pip installation
package_data={
'lm_eval': ['**/*.yaml'],
'examples': ['**/*.yaml'],
"lm_eval": ["**/*.yaml"],
"examples": ["**/*.yaml"],
},
include_package_data=True,
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