"Fixing t5" just use more RAM for this test.

This commit is contained in:
Nicolas Patry 2024-04-12 08:46:33 +00:00
parent cd07211411
commit 1e5150f475
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import pytest
@pytest.fixture(scope="module")
def t5_sharded_handle(launcher):
with launcher("google/flan-t5-xxl", num_shard=2) as handle:
with launcher("google/flan-t5-xxl", num_shard=4) as handle:
yield handle