mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 12:02:08 +00:00
"Fixing t5" just use more RAM for this test.
This commit is contained in:
parent
cd07211411
commit
1e5150f475
@ -3,7 +3,7 @@ import pytest
|
|||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def t5_sharded_handle(launcher):
|
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
|
yield handle
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user