mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Only 1 GPU for now.
This commit is contained in:
parent
c6325ff122
commit
8276b8995a
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user