mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
fix: remove unneeded launcher args in continue test
This commit is contained in:
parent
70066e6d8c
commit
7486d930f8
@ -4,12 +4,7 @@ import requests
|
|||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def llama_continue_final_message_handle(launcher):
|
def llama_continue_final_message_handle(launcher):
|
||||||
with launcher(
|
with launcher("TinyLlama/TinyLlama-1.1B-Chat-v1.0") as handle:
|
||||||
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
|
||||||
num_shard=1,
|
|
||||||
disable_grammar_support=False,
|
|
||||||
use_flash_attention=False,
|
|
||||||
) as handle:
|
|
||||||
yield handle
|
yield handle
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user