Skip to content

Commit

Permalink
reduce default testing model from OPT-1.3B to OPT-125m
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Nov 16, 2023
1 parent 3d5c2d9 commit c43ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def task_name(request):
return request.param


@pytest.fixture(scope="function", params=["facebook/opt-1.3b"])
@pytest.fixture(scope="function", params=["facebook/opt-125m"])
def model_name(request):
return request.param

Expand Down

0 comments on commit c43ab8e

Please sign in to comment.