Only 1 GPU for now.

This commit is contained in:
Nicolas Patry 2024-06-05 16:23:18 +02:00
parent c6325ff122
commit 8276b8995a

View File

@ -3,7 +3,7 @@ import pytest
@pytest.fixture(scope="module")
def flash_gpt2_handle(launcher):
with launcher("openai-community/gpt2", num_shard=2) as handle:
with launcher("openai-community/gpt2", num_shard=1) as handle:
yield handle