Skip to content

Commit

Permalink
Use smaller model for unit tests (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Nov 16, 2023
1 parent 3d5c2d9 commit 2d49bc5
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 2d49bc5

Please sign in to comment.