Commit 36c61674 authored by Leo Gao's avatar Leo Gao
Browse files

Merge branch 'master' of github.com:EleutherAI/lm_evaluation_harness

parents b6776b82 c9f81dc9
......@@ -24,7 +24,7 @@ jobs:
data
~/.cache
# An explicit key for restoring and saving the cache
key: evaldata-cache
key: evaldata-cache-2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
......@@ -46,4 +46,4 @@ jobs:
pytest --cov=lm_eval/ tests/
- name: Upload to codecov
run: |
bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
bash <(curl -s https://codecov.io/bash)
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