Skip to content

Commit

Permalink
update for lm-eval==0.3.0 (microsoft#2713)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Rasley <[email protected]>
  • Loading branch information
mrwyattii and jeffra authored Jan 18, 2023
1 parent 0b549ad commit 23e5133
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nv-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
pip install .[dev,1bit,autotuning,inf]
ds_report
- name: Install lm-eval
run: |
pip install git+https://github.com/EleutherAI/lm-evaluation-harness
# This is required until lm-eval makes a new release. v0.2.0 is
# broken for latest version of transformers
- name: Python environment
run: |
pip list
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-inf.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google
lm-eval>=0.2.0
lm-eval==0.3.0
protobuf
transformers
transformers[sentencepiece]
2 changes: 1 addition & 1 deletion tests/unit/inference/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test(
"gpt2-xl"],
),
)
@pytest.mark.parametrize("task", ["lambada"])
@pytest.mark.parametrize("task", ["lambada_standard"])
class TestLMCorrectness(DistributedTest):
world_size = 1

Expand Down

0 comments on commit 23e5133

Please sign in to comment.